3 references to TotalTests
dotnet (3)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
74public int TotalTests => _assemblies.Values.Sum(a => a.TotalTests); 292totalTests += assembly.TotalTests; 1375int totalTests = _assemblies.Values.Sum(a => a.TotalTests);