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