3 instantiations of TestProcessRun
Aspire.Hosting.TestUtilities (3)
Utils\TestProcessRunner.cs (3)
132return new TestProcessRun(exitCode, outputEvents, totalOutputLineCount, null, null);
136=> new(0, [], null, exception, null);
139=> new(0, [], null, null, pendingResult);
9 references to TestProcessRun
Aspire.Hosting.TestUtilities (9)