1 override of TestCaseStart
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionEvents.cs (1)
65
public override event EventHandler<TestCaseStartEventArgs>?
TestCaseStart
;
2 references to TestCaseStart
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
147
_events.
TestCaseStart
+= EventsTestCaseStart;
690
_events.
TestCaseStart
-= EventsTestCaseStart;