1 write to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestId.cs (1)
43Id = id;
9 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (9)
ObjectModel\TestId.cs (7)
71helper.SaveGuid(element, idLocation, Id); 123return other is not null && Id == other.Id; 146return Id.GetHashCode(); 195return other == null ? throw new ArgumentNullException(nameof(other)) : Id.CompareTo(other.Id); 230string s = Id.ToString("B");
TrxLogger.cs (2)
753orderedTest.AddTestLink(new TestLink(testElement.Id.Id, testElement.Name, testElement.Storage)); 777var testResult = _converter.ToTestResult(testElement.Id.Id, executionId, parentExecutionId, testElement.Name,