Searched refs:testThrowException (Results 1 – 3 of 3) sorted by relevance
226 public void testThrowException() throws Exception { in testThrowException() method in CoderResultTest
1590 public void testThrowException() throws Throwable { in testThrowException() method in MethodHandlesGeneralTest1593 testThrowException(int.class, new ClassCastException("testing")); in testThrowException()1594 testThrowException(void.class, new java.io.IOException("testing")); in testThrowException()1595 testThrowException(String.class, new LinkageError("testing")); in testThrowException()1598 void testThrowException(Class<?> returnType, Throwable thrown) throws Throwable { in testThrowException() method in MethodHandlesGeneralTest
34 public static void testThrowException() throws Throwable { in testThrowException() method in MethodHandleCombinersTest