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

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2354 public void testThrowException() throws Throwable { method in class:MethodHandlesTest
2357 testThrowException(int.class, new ClassCastException("testing"));
2358 testThrowException(void.class, new java.io.IOException("testing"));
2359 testThrowException(String.class, new LinkageError("testing"));
2362 void testThrowException(Class<?> returnType, Throwable thrown) throws Throwable { method in class:MethodHandlesTest

Completed in 37 milliseconds