ec37c30c782f — Michael Johnson 2 months ago
Avoid doing mutation testing on debug asserts
1 files changed, 2 insertions(+), 1 deletions(-)

M src/Tests/stryker-config.json
M src/Tests/stryker-config.json +2 -1
@@ 3,7 3,8 @@ 
   {
     "solution": "../RandN.sln",
     "ignore-methods": [
-      "Argument*Exception"
+      "Argument*Exception.ctor",
+      "Debug.Assert"
     ]
   }
 }