From 70ef972b0acd4aa0e9d52f330f43076771179811 Mon Sep 17 00:00:00 2001 From: Vassiliy Kudryashov Date: Mon, 7 Nov 2022 07:34:43 +0300 Subject: [PATCH] Updated release notes --- .../src/main/resources/META-INF/plugin.xml | 50 ++++++++++++------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/utbot-intellij/src/main/resources/META-INF/plugin.xml b/utbot-intellij/src/main/resources/META-INF/plugin.xml index bc5b08d612..2ada394e0b 100644 --- a/utbot-intellij/src/main/resources/META-INF/plugin.xml +++ b/utbot-intellij/src/main/resources/META-INF/plugin.xml @@ -40,6 +40,39 @@ + unit tests with a single action! +
+
+ The UTBot engine goes through your code instructions and generates regression tests. +
+
+ The engine finds potential problems in your code: +
+
+ +
+ They are not a surprise for you anymore. The engine will find the problems and generate tests for them. +
+
+ The engine carefully selects tests to maximize statement and branch coverage. Our credo is to maximize test coverage and minimize tests number. +
+
+ You can try the engine online without installation. +
+
+ Got ideas? Let us know or become a contributor on our GitHub page +
+
+ Found an issue? Please, submit it here. + ]]> +
+ @@ -80,25 +113,8 @@ brand-new built-in SARIF report visualizer #1166
-
Share your feedback and feel free to join us. ]]> - - - -
  • Java 11 support.
  • -
  • Smart Fuzzer significantly improves test generation results.
  • -
  • Generated tests have become even more human-readable and user-friendly.
  • -
  • We have enabled Mac OS X platform, give it a try.
  • -
  • The UnitTestBot engine generates SARIF reports.
  • -
  • We have polished plugin UX.
  • -
  • Mocking support is enhanced.
  • -
  • Java Streams, better Java Optional support, Java String support is improved, package-private constructors now are used for the test generation.
  • - - Discover everything mentioned above and much more in this release. - ]]>