Searched defs:getExitValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/awt/regtesthelpers/process/
H A DProcessResults.java45 public synchronized int getExitValue () { method in class:ProcessResults
/openjdk7/hotspot/test/testlibrary/com/oracle/java/testlibrary/
H A DOutputAnalyzer.java250 if (getExitValue() != expectedExitValue) {
251 throw new RuntimeException("Exit value " + getExitValue() + " , expected to get " + expectedExitValue);
287 public int getExitValue() { method in class:OutputAnalyzer
/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOutputAnalyzer.java283 if (getExitValue() != expectedExitValue) {
284 throw new RuntimeException("Exit value " + getExitValue()
321 public int getExitValue() { method in class:OutputAnalyzer

Completed in 48 milliseconds