Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
UnitTestBot
/
UTBotJava
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
142
Code
Issues
386
Pull requests
33
Discussions
Actions
Projects
1
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
main
User selector
IlyaMuravjov
Datepicker
All time
Commit History
Commits on Dec 14, 2023
Add USVM jars to `resources/lib` (#2719)
IlyaMuravjov
authored
e66620d
Copy full SHA for e66620d
Commits on Dec 8, 2023
USVM to UtBot adapters without contest hacks (#2710)
Show description for deedfc7
7 people
authored
deedfc7
Copy full SHA for deedfc7
Commits on Oct 16, 2023
Actualise test for using except on provider with fallback #2659 (#2660)
IlyaMuravjov
authored
bfc2fde
Copy full SHA for bfc2fde
Commits on Oct 5, 2023
Introduce and test `UtBotSpringApi` (#2632)
Show description for 389fe66
IlyaMuravjov
authored
389fe66
Copy full SHA for 389fe66
Commits on Oct 2, 2023
Limit number of Spring context resets during reruns (#2626)
IlyaMuravjov
authored
b42b698
Copy full SHA for b42b698
Commits on Sep 29, 2023
Automatically install `spring-security-test` when `spring-security-core` is present (#2624)
IlyaMuravjov
authored
7ce1752
Copy full SHA for 7ce1752
Commits on Sep 26, 2023
Improve detection of NPEs caused by this instance fields being null in Spring unit tests #2589 (#2617)
Show description for d514a7b
IlyaMuravjov
authored
d514a7b
Copy full SHA for d514a7b
Commits on Sep 25, 2023
Add `--add-opens java.base/java.time` (#2620)
IlyaMuravjov
authored
9ad3c5b
Copy full SHA for 9ad3c5b
Commits on Sep 20, 2023
Add executable generic parameter type resolving (#2584)
Show description for b901732
IlyaMuravjov
authored
b901732
Copy full SHA for b901732
Commits on Sep 19, 2023
Support mock strategies and type replacement in Spring unit test fuzzing (#2561)
Show description for 36c23ff
IlyaMuravjov
authored
36c23ff
Copy full SHA for 36c23ff
Configure fallback from controller-specific integration tests to regular integration tests (#2605)
Show description for dd787d0
IlyaMuravjov
authored
dd787d0
Copy full SHA for dd787d0
Commits on Sep 15, 2023
Use `BuiltinMethodId` for `openMocksMethodId` #2602 (#2603)
IlyaMuravjov
authored
5dff7df
Copy full SHA for 5dff7df
Do necessary down casts when generating method calls #2598 (#2576)
IlyaMuravjov
authored
2a74b8c
Copy full SHA for 2a74b8c
Correctly handle patch versions containing dots #2599 (#2600)
IlyaMuravjov
authored
f364483
Copy full SHA for f364483
Unwrap `NestedServletException` in codegen #2586 (#2587)
Show description for 4110600
IlyaMuravjov
authored
4110600
Copy full SHA for 4110600
Sort tests by estimated size and exception type (#2590)
Show description for baea252
IlyaMuravjov
authored
baea252
Copy full SHA for baea252
Commits on Sep 11, 2023
Rerun Spring integration tests after minimization with full context reset between tests (#2574)
Show description for 45320ae
IlyaMuravjov
authored
45320ae
Copy full SHA for 45320ae
Commits on Sep 8, 2023
Avoid resetting repository beans #2577 (#2578)
IlyaMuravjov
authored
1a605eb
Copy full SHA for 1a605eb
Commits on Sep 7, 2023
Extract `utbot-spring-framework` module from `utbot-framework` (#2570)
Show description for ed7d870
IlyaMuravjov
authored
ed7d870
Copy full SHA for ed7d870
Commits on Aug 31, 2023
Consider dynamically created mocks when pre minimizing fuzzer output and properly initialize @Mock fields (#2569)
Show description for eb8ece9
IlyaMuravjov
authored
eb8ece9
Copy full SHA for eb8ece9
Commits on Aug 29, 2023
Recognise `javax.validation.constraints` validation library (#2568)
IlyaMuravjov
authored
1480d4b
Copy full SHA for 1480d4b
Avoid stack overflow when initializing field with self mutations (#2566)
Show description for d1294d5
IlyaMuravjov
authored
d1294d5
Copy full SHA for d1294d5
Fix unnecessary indexed field names (e.g. `entityManager4`) #2560 (#2567)
IlyaMuravjov
authored
e34bf8b
Copy full SHA for e34bf8b
Let engine `utContext.classLoader` fallback to UtBot own class path #2523 (#2556)
Show description for 48264f3
IlyaMuravjov
authored
48264f3
Copy full SHA for 48264f3
Improve the readability of integration test generated for Spring controller (#2564)
Show description for a505cae
IlyaMuravjov
authored
a505cae
Copy full SHA for a505cae
Commits on Aug 28, 2023
Keep `thisInstance` modifications in controller-specific tests (#2563)
IlyaMuravjov
authored
9f849b3
Copy full SHA for 9f849b3
Let concrete add additional mocks to `UtCompositeModel` created by the engine #2549 (#2553)
IlyaMuravjov
authored
b1075f6
Copy full SHA for b1075f6
Commits on Aug 25, 2023
Call `entityManager.flush()` on every `entityManager` usage and dynamically remove failing `UtStatementCallModel`s (#2550)
Show description for f9c9534
IlyaMuravjov
authored
f9c9534
Copy full SHA for f9c9534
Make jar extraction multi-process safe (#2552)
IlyaMuravjov
authored
1931f26
Copy full SHA for 1931f26
Make `findEqualValueOfWellKnownType` catch exceptions #2554 (#2555)
IlyaMuravjov
authored
de1712a
Copy full SHA for de1712a
Commits on Aug 23, 2023
Add `utbot-spring-commons-shadow.jar` to engine process `utContext` (#2543)
IlyaMuravjov
authored
abb6268
Copy full SHA for abb6268
Commits on Aug 22, 2023
Improve mock type inference in fuzzer (#2536)
IlyaMuravjov
authored
ace9742
Copy full SHA for ace9742
Commits on Aug 21, 2023
Introduce fuzzing in Spring unit tests #2321 (#2529)
Show description for a3f8d90
IlyaMuravjov
and
EgorkaKulikov
authored
a3f8d90
Copy full SHA for a3f8d90
Commits on Aug 17, 2023
Improve `UtModel` construction (#2517)
Show description for 8ef6bd5
IlyaMuravjov
authored
8ef6bd5
Copy full SHA for 8ef6bd5
Let engine process `utContext` use Platform `ClassLoader` #2479 (#2512)
IlyaMuravjov
authored
9311c26
Copy full SHA for 9311c26
Pagination
Previous
Next
You can’t perform that action at this time.