3 references to TestResult
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\65\TestPlatformJsonContext.TestResult.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase)args[0]),
Serialization\TestResultConverter.cs (1)
28var testResult = new TestResult(testCase);
Serialization\TestResultConverterV2.cs (1)
31var testResult = new TestResult(testCase);