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