2022.5-alpha
Pre-release
Pre-release
·
1123 commits
to main
since this release
This is the very first alpha version of UTBotJava, automated test generator for Java. We tested it on Win64 and Linux64 and it currently doesn't work for MacOS (will be fixed soon).
Give a try to our IntelliJ IDEA plugin (click to download). After plugin is installed you can run UTBot with few clicks.
In this version:
- Generation of regression/error tests with a single action
Generate tests with UtBot
for folder, class or method. - Statement and branch coverage maximization
- Tests in Error suite are generated for all implicitly thrown
RuntimeException
(e.g.NullPointerException
,ArrayIndexOutOfBoundsException
, etc.); these tests are failed by default (customizable in "File -> Settings -> UTBot") - Tests that runs too long are put into Timeout suite
- Test that fails JVM are put into Crash suite
- Minimize number of generated test, not loosing coverage and detected errors
- Human-readable names and comments for generated tests