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