Implemented interface member:
property
Id
Microsoft.TestPlatform.Extensions.TrxLogger.ObjectModel.ITestResult.Id
1 write to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResult.cs (1)
246Id = new TestResultId(runId, executionId, parentExecutionId, testId);
9 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (9)
ObjectModel\TestResult.cs (7)
417TPDebug.Assert(Id != null, "id is null"); 418TPDebug.Assert(trm.Id != null, "test result message id is null"); 419return Id.Equals(trm.Id); 424TPDebug.Assert(Id != null, "id is null"); 425return Id.GetHashCode(); 502helper.SaveObject(Id, element, ".", parameters);
Utility\Converter.cs (2)
395CollectorDataEntry collectorEntry = ToCollectorEntry(attachmentSet, testResult.Id.ExecutionId, testRun, trxFileDirectory); 400IList<string> testResultFiles = ToResultFiles(attachmentSet, testResult.Id.ExecutionId, testRun, trxFileDirectory);