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