Home
last modified time | relevance | path

Searched refs:setExpectedExitCode (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DExitTest.java50 debuggeeWrapper.setExpectedExitCode(EXIT_CODE); in beforeDebuggeeStart()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeProcessWrapper.java69 public void setExpectedExitCode(int expectedExitCode) { in setExpectedExitCode() method in JDWPUnitDebuggeeProcessWrapper