2 references to ExitCode
RunTests (2)
ITestExecutor.cs (1)
79
internal bool Succeeded =>
ExitCode
== 0;
TestRunner.cs (1)
467
ConsoleUtil.WriteLine($"xunit produced no error output but had exit code {testResult.
ExitCode
}. Writing standard output:");