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