Base:
event
TestCaseStart
Microsoft.VisualStudio.TestPlatform.ObjectModel.DataCollection.DataCollectionEvents.TestCaseStart
2 references to TestCaseStart
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\TestPlatformDataCollectionEvents.cs (2)
98return (HasEventListener(TestCaseStart, valueOnFailure) || HasEventListener(TestCaseEnd, valueOnFailure)); 161TestCaseStart.SafeInvoke(this, e, "DataCollectionEvents.TestCaseStart");