1 implementation of TestRunStatistics
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
154
public TestRunStatistics
TestRunStatistics
1 reference to TestRunStatistics
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
597
var runStats = TestRunCache?.
TestRunStatistics
?? new TestRunStatistics(new Dictionary<TestOutcome, long>());