9 references to TestResultProperties
Microsoft.TestPlatform.CommunicationUtilities (8)
Serialization\TestResultConverter.cs (8)
133WriteProperty(writer, TestResultProperties.Outcome, options); 139WriteProperty(writer, TestResultProperties.ErrorMessage, options); 145WriteProperty(writer, TestResultProperties.ErrorStackTrace, options); 151WriteProperty(writer, TestResultProperties.DisplayName, options); 157WriteProperty(writer, TestResultProperties.ComputerName, options); 163WriteProperty(writer, TestResultProperties.Duration, options); 169WriteProperty(writer, TestResultProperties.StartTime, options); 175WriteProperty(writer, TestResultProperties.EndTime, options);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestResult.cs (1)
111return TestResultProperties.Properties.Concat(base.Properties);