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