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