4 references to NumberOfWarning
Microsoft.Build.Engine.UnitTests (4)
BackEnd\TaskHost_Tests.cs (4)
219
Assert.Equal(1, _customLogger.
NumberOfWarning
); // "Expected one Warning Event at this point"
477
Assert.Equal(1, _customLogger.
NumberOfWarning
); // "Expected there to be only one warning"
497
Assert.Equal(1, _customLogger.
NumberOfWarning
); // "Expected there to be only one warning"
518
Assert.Equal(1, _customLogger.
NumberOfWarning
); // "Expected there to be only one warning"