1 implementation of TestCaseStart
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
24
public event EventHandler<TestCaseStartEventArgs>?
TestCaseStart
;
2 references to TestCaseStart
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
79
testEventsPublisher.
TestCaseStart
+= TriggerTestCaseStart;
DataCollection\ProxyOutOfProcDataCollectionManager.cs (1)
44
_testEventsPublisher.
TestCaseStart
+= TriggerTestCaseStart;