5 references to TotalTests
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
65public int TotalTests => _assemblies.Values.Sum(a => a.TotalTests); 224int totalTests = _assemblies.Values.Sum(a => a.TotalTests); 290int total = _assemblies.Values.Sum(t => t.TotalTests); 432string text = (state.FailedTests > 0, state.TotalTests == 0) switch 963int totalTests = _assemblies.Values.Sum(a => a.TotalTests);