From 9350033d106604bb58d7d7ed55e4af2fb99af027 Mon Sep 17 00:00:00 2001 From: olganaumenko Date: Wed, 13 Jul 2022 11:41:42 +0300 Subject: [PATCH] Added links to utbot.org and JB Marketplace --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53ff4ab039..8a8bdfba5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ [![UTBot Java: build and run tests](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests.yml/badge.svg)](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests.yml) [![Plugin and CLI: publish as archives](https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml/badge.svg)](https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml) +Install the [IntelliJ IDEA Plugin](https://plugins.jetbrains.com/plugin/19445-unittestbot). + +Visit the official [UTBot ](https://www.utbot.org/)website. + # 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.