Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9bfae4d

Browse files
Release notes in plugin.xml
1 parent 1c5d1e5 commit 9bfae4d

File tree

1 file changed

+36
-24
lines changed
  • utbot-intellij/src/main/resources/META-INF

1 file changed

+36
-24
lines changed

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

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -41,35 +41,47 @@
4141
<!-- Minimum and maximum build of IDE compatible with the plugin -->
4242
<description>
4343
<![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 />
44+
Try out the latest release and get even better test generation experience. Check what we've added to UnitTestBot:
5245
<br />
5346
<ul>
54-
<li>exceptions</li>
55-
<li>hangs</li>
56-
<li>overflows</li>
57-
<li>and even native crashes</li>
47+
<li>Engine <a href="https://github.com/UnitTestBot/UTBotJava/pull/1261">#1261</a> and solver <a
48+
href="https://github.com/UnitTestBot/UTBotJava/pull/1265">#1265</a><span> performance improvements — supplemented with fixes to make engine run smoother <a
49+
href="https://github.com/UnitTestBot/UTBotJava/issues/386">#386</a> <a
50+
href="https://github.com/UnitTestBot/UTBotJava/pull/1228">#1228</a></li>
51+
<li>Enhanced test generation <span>for Kotlin code <a href="https://github.com/UnitTestBot/UTBotJava/issues/1190">#1190</a> <a
52+
href="https://github.com/UnitTestBot/UTBotJava/issues/1191">#1191</a><span> <a
53+
href="https://github.com/UnitTestBot/UTBotJava/pull/1200">#1200</a> <a
54+
href="https://github.com/UnitTestBot/UTBotJava/issues/1241">#1241</a>including support for top-level Kotlin functions <a
55+
href="https://github.com/UnitTestBot/UTBotJava/issues/847">#847</a></li>
56+
<li>Streamlined support for Java streams <a href="https://github.com/UnitTestBot/UTBotJava/pull/1229">#1229</a></li>
57+
<li>Improvements for parameterized test generation <a href="https://github.com/UnitTestBot/UTBotJava/issues/1137">#1137</a><span> <a
58+
href="https://github.com/UnitTestBot/UTBotJava/pull/1221">#1221</a><a
59+
href="https://github.com/UnitTestBot/UTBotJava/issues/1231">#1231</a><span></li>
60+
<li>Fuzzer optimizations for more effective minimization <a
61+
href="https://github.com/UnitTestBot/UTBotJava/issues/1129">#1129</a> <a
62+
href="https://github.com/UnitTestBot/UTBotJava/issues/1225">#1225</a> along with improved
63+
sandboxing<span> <a href="https://github.com/UnitTestBot/UTBotJava/issues/1134">#1134</a></li>
64+
<li>Fixes for generating more accurate test descriptions <a
65+
href="https://github.com/UnitTestBot/UTBotJava/pull/1212">#1212</a></li>
66+
<li>Documentation on custom Javadoc tags feature <a
67+
href="https://github.com/UnitTestBot/UTBotJava/pull/1085">#1085</a></li>
68+
<li>Plugin UX/UI improvements <a href="https://github.com/UnitTestBot/UTBotJava/issues/1017">#1017</a> <a
69+
href="https://github.com/UnitTestBot/UTBotJava/pull/1119">#1119</a> <a
70+
href="https://github.com/UnitTestBot/UTBotJava/issues/1059">#1059</a> <a
71+
href="https://github.com/UnitTestBot/UTBotJava/issues/1149">#1149</a> <a
72+
href="https://github.com/UnitTestBot/UTBotJava/pull/1184">#1184</a> <a
73+
href="https://github.com/UnitTestBot/UTBotJava/pull/1186">#1186</a><span> <a
74+
href="https://github.com/UnitTestBot/UTBotJava/issues/1195">#1195</a> <a
75+
href="https://github.com/UnitTestBot/UTBotJava/issues/1196">#1196</a><span> <a
76+
href="https://github.com/UnitTestBot/UTBotJava/pull/1209">#1209</a><span> <a
77+
href="https://github.com/UnitTestBot/UTBotJava/pull/1224">#1224</a> <a
78+
href="https://github.com/UnitTestBot/UTBotJava/pull/1226">#1226</a></li>
79+
<li>Better SARIF report generation <a href="https://github.com/UnitTestBot/UTBotJava/pull/1223">#1223</a> and a
80+
brand-new built-in SARIF report visualizer <a href="https://github.com/UnitTestBot/UTBotJava/pull/1166">#1166</a><span></li>
5881
</ul>
5982
<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 />
7183
<br />
72-
Found an issue? Please, submit <a href="https://github.com/UnitTestBot/UTBotJava/issues">it here</a>.
84+
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>
7385
]]>
7486
</description>
7587
<change-notes>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /