notify-bibi / UTBotJava

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTBot Java: build and run tests Plugin and CLI: publish as archives

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.

UTBot Java IntelliJ IDEA plugin

UTBot Java provides users with IntelliJ IDEA plugin.

The plugin was tested on Win64, Linux64 and MacOSx86_64.

How to download IntelliJ IDEA plugin

You can download the plugin from GitHub Releases.

How to install IntelliJ IDEA plugin

See step-by-step guide explaining how to install the plugin.

How to use IntelliJ IDEA plugin

See step-by-step guide explaining how to use the 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

License:Apache License 2.0


Languages

Language:Kotlin 83.3%Language:Java 15.1%Language:JavaScript 0.9%Language:Python 0.3%Language:HTML 0.2%Language:Shell 0.2%