Searched refs:MethodExitReturnValuesTest (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DMethodExitReturnValuesTest.java31 * @run compile -g MethodExitReturnValuesTest.java
32 * @run main MethodExitReturnValuesTest
211 public class MethodExitReturnValuesTest extends TestScaffold { class in inherits:TestScaffold
229 MethodExitReturnValuesTest(String args[]) { method in class:MethodExitReturnValuesTest
234 MethodExitReturnValuesTest meee = new MethodExitReturnValuesTest(args);
587 System.out.println("MethodExitReturnValuesTest: passed");
590 System.out.println("MethodExitReturnValuesTest: failed");
591 throw new Exception("MethodExitReturnValuesTest: failed");

Completed in 31 milliseconds