Home
last modified time | relevance | path

Searched defs: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
1598 void testThrowException(Class<?> returnType, Throwable thrown) throws Throwable { in testThrowException() method in MethodHandlesGeneralTest
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java33 public static void testThrowException() throws Throwable { in testThrowException() method in MethodHandleCombinersTest