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