Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCoderResultTest.java226 public void testThrowException() throws Exception { in testThrowException() method in CoderResultTest
/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java1590 public void testThrowException() throws Throwable { in testThrowException() method in MethodHandlesGeneralTest
1593 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
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java34 public static void testThrowException() throws Throwable { in testThrowException() method in MethodHandleCombinersTest