5 references to TotalTests
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
54public int TotalTests => _assemblies.Values.Sum(a => a.TotalTests); 207int totalTests = _assemblies.Values.Sum(a => a.TotalTests); 264int total = _assemblies.Values.Sum(t => t.TotalTests); 373string text = (state.FailedTests > 0, state.TotalTests == 0) switch 884int totalTests = _assemblies.Values.Sum(a => a.TotalTests);