1 instantiation of RunAllResult
RunTests (1)
TestRunner.cs (1)
165
return new
RunAllResult
((failures == 0), completed.ToImmutableArray(), processResults.ToImmutable());
2 references to RunAllResult
RunTests (2)
Program.cs (1)
151
var
result = await testRunner.RunAllAsync(assemblyFilePaths, cancellationToken).ConfigureAwait(true);
TestRunner.cs (1)
76
internal async Task<
RunAllResult
> RunAllAsync(ImmutableArray<AssemblyInfo> assemblies, CancellationToken cancellationToken)