7 references to LastCustom
Microsoft.Build.Engine.UnitTests (7)
BackEnd\TaskHost_Tests.cs (7)
331Assert.True(_customLogger.LastCustom is CustomBuildEventArgs); // "Expected custom build Event" 332Assert.Equal("testCustomBuildEvent", _customLogger.LastCustom.Message); 389Assert.True(_customLogger.LastCustom is MyCustomBuildEventArgsNotSerializable); // "Expected custom build Event" 390Assert.Equal("testCustomBuildEvent", _customLogger.LastCustom.Message); 405Assert.True(_customLogger.LastCustom is ExtendedCustomBuildEventArgs); // "Expected custom build Event" 406Assert.Equal("ext message", _customLogger.LastCustom.Message); 519Assert.Null(_customLogger.LastCustom as MyCustomBuildEventArgsNotSerializable); // "Expected no custom Event"