2 writes to TestOutcome
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\Events\TestCaseEvents.cs (2)
256TestOutcome = testOutcome; 311TestOutcome = testOutcome;
1 reference to TestOutcome
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
167var testCaseEndArgs = new TestCaseEndArgs(dataCollectionContext, e.TestOutcome);