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