Skip to content

Commit 6c6f39c

Browse files
Vassiliy-Kudryashovtamarinvs19
authored andcommitted
Update description for .NET plugin (#1608)
1 parent ebe14bf commit 6c6f39c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88

99
<description>
1010
<![CDATA[
11-
Automated unit test generation tool for .NET assemblies.
11+
Automated unit test generation tool for .NET code.
1212
<ul>
1313
<li>Generating ready-to-use test cases with method bodies and inputs</li>
1414
<li>Maximizing branch coverage in regression suite while keeping the number of tests at minimum</li>
1515
<li>Capable to find deeply hidden code defects and express them as tests</li>
1616
<li>Applicable to LINQ syntax and complex generics</li>
1717
<li>Supporting .NET Framework, .NET Core, .NET 5, and .NET 6</li>
18-
<li>Powered by <a href="https://github.com/VSharp-team/VSharp">V#</a> the custom symbolic execution engine</li>
18+
<li>Powered by <a href="https://github.com/VSharp-team/VSharp">V#</a> &mdash; the custom symbolic execution engine</li>
1919
</ul>
20+
<br/>
2021
Try UnitTestBot .NET <a href="https://www.utbot.org/demo">online demo</a> to see how it generates tests for your code in real time.
2122
]]>
2223
</description>

0 commit comments

Comments
 (0)