Skip to content

Commit 70ef972

Browse files
Vassiliy-Kudryashovdenis-fokin
authored andcommitted
Updated release notes
1 parent 23afe65 commit 70ef972

File tree

1 file changed

+33
-17
lines changed
  • utbot-intellij/src/main/resources/META-INF

1 file changed

+33
-17
lines changed

utbot-intellij/src/main/resources/META-INF/plugin.xml

+33-17
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,39 @@
4040

4141
<!-- Minimum and maximum build of IDE compatible with the plugin -->
4242
<description>
43+
<![CDATA[
44+
Generate <b>unit tests</b> with a single action!
45+
<br />
46+
<br />
47+
The <b>UTBot</b> engine goes through your code instructions and generates regression tests.
48+
<br />
49+
<br />
50+
The engine finds potential problems in your code:
51+
<br />
52+
<br />
53+
<ul>
54+
<li>exceptions</li>
55+
<li>hangs</li>
56+
<li>overflows</li>
57+
<li>and even native crashes</li>
58+
</ul>
59+
<br />
60+
They are not a surprise for you anymore. The engine will find the problems and generate tests for them.
61+
<br />
62+
<br />
63+
The engine carefully selects tests to maximize statement and branch coverage. Our credo is to <i>maximize test coverage and minimize tests number</i>.
64+
<br />
65+
<br />
66+
You can <a href="http://utbot.org">try the engine online</a> without installation.
67+
<br />
68+
<br />
69+
Got ideas? Let us know or become a contributor on our <a href="https://github.com/UnitTestBot/UTBotJava/blob/main/CONTRIBUTING.md">GitHub page</a>
70+
<br />
71+
<br />
72+
Found an issue? Please, submit <a href="https://github.com/UnitTestBot/UTBotJava/issues">it here</a>.
73+
]]>
74+
</description>
75+
<change-notes>
4376
<![CDATA[
4477
Try out the latest release and get even better test generation experience. Check what we've added to UnitTestBot:
4578
<br />
@@ -80,25 +113,8 @@
80113
brand-new built-in SARIF report visualizer <a href="https://github.com/UnitTestBot/UTBotJava/pull/1166">#1166</a><span></li>
81114
</ul>
82115
<br />
83-
<br />
84116
Share your <a href="https://github.com/UnitTestBot/UTBotJava/discussions">feedback</a> and feel free to <a href="https://github.com/UnitTestBot/UTBotJava/blob/main/CONTRIBUTING.md">join us.</a>
85117
]]>
86-
</description>
87-
<change-notes>
88-
<![CDATA[
89-
In this version we have implemented multiple features and improvements:
90-
<ul>
91-
<li>Java 11 support.</li>
92-
<li>Smart Fuzzer significantly improves test generation results.</li>
93-
<li>Generated tests have become even more human-readable and user-friendly.</li>
94-
<li>We have enabled Mac OS X platform, give it a try.</li>
95-
<li>The UnitTestBot engine generates SARIF reports.</li>
96-
<li>We have polished plugin UX.</li>
97-
<li>Mocking support is enhanced.</li>
98-
<li>Java Streams, better Java Optional support, Java String support is improved, package-private constructors now are used for the test generation.</li>
99-
</ul>
100-
Discover everything mentioned above and much more in this release.
101-
]]>
102118
</change-notes>
103119

104120
<extensions defaultExtensionNs="com.intellij">

0 commit comments

Comments
 (0)