1 override of TestCaseEnd
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionEvents.cs (1)
70public 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;