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