3 references to TestResultMessage
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\58\TestPlatformJsonContext.TestResultMessage.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.
TestResultMessage
((string)args[0], (string)args[1]),
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\MTP\MtpTestNodeConverter.cs (2)
91
result.Messages.Add(new
TestResultMessage
(TestResultMessage.StandardOutCategory, standardOutput));
97
result.Messages.Add(new
TestResultMessage
(TestResultMessage.StandardErrorCategory, standardError));