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