Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
volivan239
Datepicker
All time
Commit History
Commits on Mar 10, 2023
Set correct cgLanguageAssistant in EngineProcess codegen #1918 (#1923)
Show description for 06b90e9
volivan239
authored
06b90e9
Copy full SHA for 06b90e9
Commits on Dec 16, 2022
Consider containingClass when matching psi methods and KFuncitons #1398 (#1502)
volivan239
authored
82c0351
Copy full SHA for 82c0351
Commits on Dec 9, 2022
Do not suggest methods from nested interfaces #1418 (#1450)
Show description for 7ba93d6
volivan239
and
Vassiliy-Kudryashov
authored
7ba93d6
Copy full SHA for 7ba93d6
Commits on Nov 22, 2022
Suggest tests for nested classes & static methods inside abstracts #1400 (#1406)
Show description for 7a59f54
volivan239
and
Vassiliy-Kudryashov
authored
7a59f54
Copy full SHA for 7a59f54
Commits on Nov 15, 2022
Handle not-nullable parameters in Kotlin constructors correctly #1336 (#1352)
volivan239
authored
30499ad
Copy full SHA for 30499ad
Commits on Nov 11, 2022
Treat Kotlin getters/setters as KnownImplicitlyDeclaredMethods #1338 #1339 (#1341)
volivan239
authored
1320f17
Copy full SHA for 1320f17
Commits on Nov 1, 2022
Refactor Class rendering in codegen (merge abstractions for regular and test classes) #1255 #1256 (#1275)
Show description for e625e45
volivan239
authored
e625e45
Copy full SHA for e625e45
Replace Kotlin setters with direct property access for models from Fuzzer #1241 (#1243)
Show description for 95d503a
volivan239
authored
95d503a
Copy full SHA for 95d503a
Commits on Oct 31, 2022
Construct assemble models for classes with val-properties in constructor #1190 (#1240)
volivan239
authored
15d2b4f
Copy full SHA for 15d2b4f
Disable test generation for synthetic methods of data classes #1191 (#1192)
volivan239
authored
145da7d
Copy full SHA for 145da7d
Fix gradle resolving of guava dependencies, add workaround for #1262 (#1263)
volivan239
authored
80bd4f3
Copy full SHA for 80bd4f3
Commits on Oct 28, 2022
Add support for top-level Kotlin functions #847 (#1147)
volivan239
authored
792389a
Copy full SHA for 792389a
Commits on Oct 14, 2022
Make GenerateTestsModel.codegenLanguage immutable (#1163)
volivan239
authored
c41cd89
Copy full SHA for c41cd89
Commits on Oct 10, 2022
Select Kotlin test src root by default when generating for Kotlin #949 (#1074)
volivan239
authored
59f276d
Copy full SHA for 59f276d
Commits on Oct 7, 2022
Get PsiClass' package by declaration in containingFile and not by its directory #1081 (#1111)
volivan239
authored
5c15902
Copy full SHA for 5c15902
Commits on Oct 5, 2022
Cancel test generation if compilation was not successful #1100 (#1103)
volivan239
authored
53c3b3f
Copy full SHA for 53c3b3f
Commits on Sep 30, 2022
Fix build directory for classes from Kotlin files (#1019)
volivan239
authored
edf6c5a
Copy full SHA for edf6c5a
Commits on Sep 28, 2022
Fix bug in filtering Kotlin getters/setters in plugin (#1026)
volivan239
authored
560ac03
Copy full SHA for 560ac03
Commits on Sep 27, 2022
Replace Kotlin getters/setters with property access in codegen #496 (#1002)
volivan239
authored
bcece73
Copy full SHA for bcece73
Commits on Sep 23, 2022
Disable test generation for Kotlin getters/setters #911 (#1003)
volivan239
authored
d171955
Copy full SHA for d171955
Commits on Sep 21, 2022
Disable test generation for private nested classes in plugin #864 (#865)
Show description for f53b7f6
volivan239
authored
f53b7f6
Copy full SHA for f53b7f6
Commits on Sep 14, 2022
Move getting srcClassName inside ReadAction in plugin #729 (#851)
volivan239
authored
771ac70
Copy full SHA for 771ac70
Commits on Sep 12, 2022
Corrected synthetic FuzzedMethodDescription for fuzzing thisInstance #892 (#897)
volivan239
authored
44e1de9
Copy full SHA for 44e1de9
Commits on Sep 2, 2022
Add Junit5-params dependency for projects without it when needed #620 (#829)
Show description for 68a65ea
volivan239
authored
68a65ea
Copy full SHA for 68a65ea
Commits on Aug 30, 2022
Add support for nested classes to UI #649 (#726)
volivan239
authored
309be9f
Copy full SHA for 309be9f
Enhance fuzzing for arrays #738 (#755)
volivan239
authored
9431dd8
Copy full SHA for 9431dd8
Commits on Aug 24, 2022
Fix duplication of nested testclasses #779 (#780)
Show description for b7b18b9
volivan239
authored
b7b18b9
Copy full SHA for b7b18b9
Commits on Aug 23, 2022
corrected ClassId.isAccessibleFrom behavior on arrays #743 (#744)
Show description for 9788957
volivan239
and
EgorkaKulikov
authored
9788957
Copy full SHA for 9788957
Commits on Aug 18, 2022
Fix direct assigning of fields with private type #731 (#735)
volivan239
authored
0ee76e2
Copy full SHA for 0ee76e2
Commits on Aug 11, 2022
Fix codegen to generate tests for nested classes into nested testclasses #560 (#665)
volivan239
authored
2e2d62a
Copy full SHA for 2e2d62a
Commits on Aug 3, 2022
Fix engine to properly handle hidden fields #647 (#627)
volivan239
authored
affa753
Copy full SHA for affa753
Commits on Jul 28, 2022
Skip test generation for abstract methods #550 (#556)
volivan239
authored
af1b2b3
Copy full SHA for af1b2b3
Commits on Jul 18, 2022
Disable tests for autogenerated functions #457 (#505)
volivan239
authored
ff1ea73
Copy full SHA for ff1ea73
Improve plugin behavior classes/packages with no methods #516 (#533)
volivan239
authored
4f9cc2e
Copy full SHA for 4f9cc2e
You can’t perform that action at this time.