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