3 references to GetWarningsCount
Microsoft.Build.BuildCheck.UnitTests (3)
EndToEndTests.cs (3)
135
GetWarningsCount
(output.LogOutput).ShouldBe(expectedWarningsCount);
245
GetWarningsCount
(output).ShouldBe(skipUnchangedDuringCopy ? 0 : 1);
393
GetWarningsCount
(output).ShouldBe(expectedWarningsCount);