From c837ced151c68d843b085f6370f43bbcb7c2c12f Mon Sep 17 00:00:00 2001 From: "Vassiliy.Kudryashov" Date: Wed, 28 Dec 2022 18:04:36 +0300 Subject: [PATCH] Update description for .NET plugin --- utbot-rider/src/main/resources/META-INF/plugin.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utbot-rider/src/main/resources/META-INF/plugin.xml b/utbot-rider/src/main/resources/META-INF/plugin.xml index 2fb066ea38..d215b5b1ac 100644 --- a/utbot-rider/src/main/resources/META-INF/plugin.xml +++ b/utbot-rider/src/main/resources/META-INF/plugin.xml @@ -8,15 +8,16 @@
  • Generating ready-to-use test cases with method bodies and inputs
  • Maximizing branch coverage in regression suite while keeping the number of tests at minimum
  • Capable to find deeply hidden code defects and express them as tests
  • Applicable to LINQ syntax and complex generics
  • Supporting .NET Framework, .NET Core, .NET 5, and .NET 6
  • -
  • Powered by V# – the custom symbolic execution engine
  • +
  • Powered by V# — the custom symbolic execution engine
  • +
    Try UnitTestBot .NET online demo to see how it generates tests for your code in real time. ]]>