Searched defs:expectedExitValue (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/lang/Runtime/exec/
H A DExitValue.java43 checkExitValue(String[] commandArgs, int expectedExitValue) argument
67 checkPosixShellExitValue(String posixShellProgram, int expectedExitValue) argument
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jdk/testlibrary/
H A DOutputAnalyzer.java368 public OutputAnalyzer shouldHaveExitValue(int expectedExitValue) { argument
/openjdk9/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOutputAnalyzer.java368 public OutputAnalyzer shouldHaveExitValue(int expectedExitValue) { argument
/openjdk9/test/lib/jdk/test/lib/process/
H A DOutputAnalyzer.java376 public OutputAnalyzer shouldHaveExitValue(int expectedExitValue) { argument
/openjdk9/hotspot/test/runtime/CommandLine/VMOptionsFile/
H A DTestVMOptionsFile.java258 private static void runJavaCheckExitValue(ProcessBuilder pb, int expectedExitValue) throws Exception { argument
263 private static void runJavaCheckExitValue(int expectedExitValue) throws Exception { argument

Completed in 122 milliseconds