4 references to GetWarningsCount
Microsoft.Build.BuildCheck.UnitTests (4)
EndToEndTests.cs (4)
136
GetWarningsCount
(output.LogOutput).ShouldBe(expectedWarningsCount);
231
GetWarningsCount
(output).ShouldBe(skipUnchangedDuringCopy ? 0 : 1);
390
GetWarningsCount
(output).ShouldBe(expectedWarningsCount);
472
GetWarningsCount
(output).ShouldBe(expectCheckTrigger ? 1 : 0);