1 type derived from TestResult
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResultAggregation.cs (1)
16internal class TestResultAggregation : TestResult, ITestResultAggregation
10 references to TestResult
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (10)
ObjectModel\TestResult.cs (2)
207/// Initializes a new instance of the <see cref="TestResult"/> class. 413if (obj is not TestResult trm)
ObjectModel\TestRun.cs (1)
163internal string GetResultFilesDirectory(TestResult result)
Utility\Constants.cs (3)
107public static readonly TestProperty ExecutionIdProperty = TestProperty.Register("ExecutionId", ExecutionIdPropertyIdentifier, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.TestResult)); 108public static readonly TestProperty ParentExecIdProperty = TestProperty.Register("ParentExecId", ParentExecutionIdPropertyIdentifier, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.TestResult)); 109public static readonly TestProperty TestTypeProperty = TestProperty.Register("TestType", TestTypePropertyIdentifier, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.TestResult));
Utility\Converter.cs (4)
109var testResult = CreateTestResult(testRun.Id, testId, executionId, parentExecutionId, resultName, testOutcome, testType, testCategoryId); 233private static void UpdateResultMessages(TrxObjectModel.TestResult unitTestResult, VisualStudio.TestPlatform.ObjectModel.TestResult testResult) 372private void UpdateTestResultAttachments(VisualStudio.TestPlatform.ObjectModel.TestResult rockSteadyTestResult, TrxObjectModel.TestResult testResult, TestRun testRun, string trxFileDirectory, bool addAttachments) 678private TrxObjectModel.TestResult CreateTestResult(