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

/openjdk7/jdk/test/java/lang/invoke/
H A DThrowExceptionsTest.java28 * @run junit test.java.lang.invoke.ThrowExceptionsTest
42 public class ThrowExceptionsTest { class
43 private static final Class<?> CLASS = ThrowExceptionsTest.class;
47 new ThrowExceptionsTest().testAll((argv.length == 0 ? null : Arrays.asList(argv).toString()));

Completed in 24 milliseconds