1 instantiation of TestCaseEndArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
167
var testCaseEndArgs = new
TestCaseEndArgs
(dataCollectionContext, e.TestOutcome);
3 references to TestCaseEndArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
167
var
testCaseEndArgs = new TestCaseEndArgs(dataCollectionContext, e.TestOutcome);
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\InProcDataCollector\InProcDataCollector.cs (1)
43
void TestCaseEnd(
TestCaseEndArgs
testCaseEndArgs);
DataCollector\InProcDataCollector\TestCaseEndArgs.cs (1)
14
/// Initializes a new instance of the <see cref="
TestCaseEndArgs
"/> class.