1 type derived from TestResult
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResultAggregation.cs (1)
16
internal 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.
413
if (obj is not
TestResult
trm)
ObjectModel\TestRun.cs (1)
163
internal string GetResultFilesDirectory(
TestResult
result)
Utility\Constants.cs (3)
107
public static readonly TestProperty ExecutionIdProperty = TestProperty.Register("ExecutionId", ExecutionIdPropertyIdentifier, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.
TestResult
));
108
public static readonly TestProperty ParentExecIdProperty = TestProperty.Register("ParentExecId", ParentExecutionIdPropertyIdentifier, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.
TestResult
));
109
public static readonly TestProperty TestTypeProperty = TestProperty.Register("TestType", TestTypePropertyIdentifier, typeof(Guid), TestPropertyAttributes.Hidden, typeof(ObjectModel.
TestResult
));
Utility\Converter.cs (4)
109
var
testResult = CreateTestResult(testRun.Id, testId, executionId, parentExecutionId, resultName, testOutcome, testType, testCategoryId);
233
private static void UpdateResultMessages(TrxObjectModel.
TestResult
unitTestResult, VisualStudio.TestPlatform.ObjectModel.TestResult testResult)
372
private void UpdateTestResultAttachments(VisualStudio.TestPlatform.ObjectModel.TestResult rockSteadyTestResult, TrxObjectModel.
TestResult
testResult, TestRun testRun, string trxFileDirectory, bool addAttachments)
678
private TrxObjectModel.
TestResult
CreateTestResult(