From 4430981ac30e320439cd899fe78f104947549fb0 Mon Sep 17 00:00:00 2001 From: iamdmitrij <3024338+iamdmitrij@users.noreply.github.com> Date: Wed, 22 May 2024 08:02:01 +0300 Subject: [PATCH] Change integration test results --- integrationtest/ValidationProject/ValidateStrykerResults.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrationtest/ValidationProject/ValidateStrykerResults.cs b/integrationtest/ValidationProject/ValidateStrykerResults.cs index 2bc35f71b3..fe1f4ad95e 100644 --- a/integrationtest/ValidationProject/ValidateStrykerResults.cs +++ b/integrationtest/ValidationProject/ValidateStrykerResults.cs @@ -82,7 +82,7 @@ public void NetCore() var report = JsonConvert.DeserializeObject(strykerRunOutput); - CheckReportMutants(report, total: 114, ignored: 55, survived: 4, killed: 6, timeout: 2, nocoverage: 45); + CheckReportMutants(report, total: 130, ignored: 60, survived: 5, killed: 10, timeout: 2, nocoverage: 45); CheckReportTestCounts(report, total: 14); } @@ -140,7 +140,7 @@ public void SolutionRun() var report = JsonConvert.DeserializeObject(strykerRunOutput); - CheckReportMutants(report, total: 114, ignored: 55, survived: 4, killed: 6, timeout: 2, nocoverage: 45); + CheckReportMutants(report, total: 130, ignored: 55, survived: 4, killed: 6, timeout: 2, nocoverage: 45); CheckReportTestCounts(report, total: 30); }