1 implementation of Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestElement.cs (1)
61
public TestId
Id
5 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
TrxLogger.cs (5)
664
if (!orderedTest.TestLinks.ContainsKey(testElement.
Id
.Id))
666
orderedTest.TestLinks.Add(testElement.
Id
.Id, new TestLink(testElement.
Id
.Id, testElement.Name, testElement.Storage));
688
var testResult = _converter.ToTestResult(testElement.
Id
.Id, executionId, parentExecutionId, testElement.Name,
732
TestEntry te = new(testElement.
Id
, TestListCategory.UncategorizedResults.Id);