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 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> — 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 >
You can’t perform that action at this time.
0 commit comments