1 instantiation of TestCaseReferenceComparer
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
201
public static readonly TestCaseReferenceComparer Instance =
new
();
2 references to TestCaseReferenceComparer
Microsoft.TestPlatform.CrossPlatEngine (2)
Adapter\TestExecutionRecorder.cs (2)
78
_testCaseEndCalledMap = new Dictionary<TestCase, int>(
TestCaseReferenceComparer
.Instance);
201
public static readonly
TestCaseReferenceComparer
Instance = new();