Home
last modified time | relevance | path

Searched defs:testException (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java578 final TestException testException = new TestException(); in test_uncaughtException_runtimeException() local
615 final TestException testException = new TestException(); in test_uncaughtException_exceptionHandledByHandler() local
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DOldGenericTypesTest.java213 public void testException() throws Exception { in testException() method in OldGenericTypesTest