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