1 implementation of Stats
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\TestRunStatistics.cs (1)
57public IDictionary<TestOutcome, long>? Stats { get; private set; }
1 reference to Stats
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelRunDataAggregator.cs (1)
82foreach (var kvp in runStats.Stats!)