4 references to GetWarningsCount
Microsoft.Build.BuildCheck.UnitTests (4)
EndToEndTests.cs (4)
137
GetWarningsCount
(output.LogOutput).ShouldBe(expectedWarningsCount);
247
GetWarningsCount
(output).ShouldBe(skipUnchangedDuringCopy ? 0 : 1);
399
GetWarningsCount
(output).ShouldBe(expectedWarningsCount);
476
GetWarningsCount
(output).ShouldBe(expectCheckTrigger ? 1 : 0);