Searched refs:expectedExitCode (Results 1 – 1 of 1) sorted by relevance
61 private int expectedExitCode = 0; field in JDWPUnitDebuggeeProcessWrapper79 public void setExpectedExitCode(int expectedExitCode) { in setExpectedExitCode() argument80 this.expectedExitCode = expectedExitCode; in setExpectedExitCode()309 if (exitCode != expectedExitCode) { in WaitForProcessExit()311 " but we expected code " + expectedExitCode); in WaitForProcessExit()