7 references to LastCustom
Microsoft.Build.Engine.UnitTests (7)
BackEnd\TaskHost_Tests.cs (7)
326Assert.True(_customLogger.LastCustom is CustomBuildEventArgs); // "Expected custom build Event" 327Assert.Equal("testCustomBuildEvent", _customLogger.LastCustom.Message); 384Assert.True(_customLogger.LastCustom is MyCustomBuildEventArgsNotSerializable); // "Expected custom build Event" 385Assert.Equal("testCustomBuildEvent", _customLogger.LastCustom.Message); 400Assert.True(_customLogger.LastCustom is ExtendedCustomBuildEventArgs); // "Expected custom build Event" 401Assert.Equal("ext message", _customLogger.LastCustom.Message); 514Assert.Null(_customLogger.LastCustom as MyCustomBuildEventArgsNotSerializable); // "Expected no custom Event"