1 implementation of TestCaseEnd
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
26public event EventHandler<TestCaseEndEventArgs>? TestCaseEnd;
2 references to TestCaseEnd
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
78testEventsPublisher.TestCaseEnd += TriggerTestCaseEnd;
DataCollection\ProxyOutOfProcDataCollectionManager.cs (1)
45_testEventsPublisher.TestCaseEnd += TriggerTestCaseEnd;