Searched refs:expectedExitCode (Results 1 – 1 of 1) sorted by relevance
51 private int expectedExitCode = 0; field in JDWPUnitDebuggeeProcessWrapper69 public void setExpectedExitCode(int expectedExitCode) { in setExpectedExitCode() argument70 this.expectedExitCode = expectedExitCode; in setExpectedExitCode()294 if (exitCode != expectedExitCode) { in WaitForProcessExit()296 " but we expected code " + expectedExitCode); in WaitForProcessExit()