1 override of TestCaseEnd
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionEvents.cs (1)
70
public override event EventHandler<TestCaseEndEventArgs>?
TestCaseEnd
;
2 references to TestCaseEnd
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
148
_events.
TestCaseEnd
+= EventsTestCaseEnd;
691
_events.
TestCaseEnd
-= EventsTestCaseEnd;