Skip to content

Tool that generates unit test by Java source code, trying to reach all branches and maximize code coverage

License

Notifications You must be signed in to change notification settings

amandelpie/UTBotJava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build UTBot and run unit tests

What is UTBotJava?

UTBotJava generates test cases by code, trying to cover maximum statements and execution paths. We treat source code as source of truth assuming that behavior is correct and corresponds to initial user demand. Generated tests are placed in so-called regression suite. Thus, we fixate current behavior by generated test cases. Using UTBotJava developers obtain full control of their code. No future change can break the code without being noticed once it's covered with tests generated by UTBot. This way, modifications made by developers to an existing code are much safer. Hence, with the help of generated unit tests, UTBot provides dramatic code quality improvement.

How to install UTBot Java IntelliJ IDEA plugin

For now, you can use UTBot under:

  • Ubuntu 20.04
  • Windows 10

See step-by-step guide explaining how to install UTBot Java IntelliJ IDEA plugin.

How to use UTBot Java IntelliJ IDEA plugin

See step-by-step guide explaining how to use UTBot Java IntelliJ IDEA plugin.

How to contribute to UTBot Java

See Contributing guidelines.

About

Tool that generates unit test by Java source code, trying to reach all branches and maximize code coverage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 84.5%
  • Java 15.4%
  • Other 0.1%