File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
utbot-rider/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<description >
10
10
<![CDATA[
11
- Automated unit test generation tool for .NET assemblies .
11
+ Automated unit test generation tool for .NET code .
12
12
<ul>
13
13
<li>Generating ready-to-use test cases with method bodies and inputs</li>
14
14
<li>Maximizing branch coverage in regression suite while keeping the number of tests at minimum</li>
15
15
<li>Capable to find deeply hidden code defects and express them as tests</li>
16
16
<li>Applicable to LINQ syntax and complex generics</li>
17
17
<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> — the custom symbolic execution engine</li>
19
19
</ul>
20
+ <br/>
20
21
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.
21
22
]]>
22
23
</description >
You can’t perform that action at this time.
0 commit comments