Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java24 private TestThreadDefaultUncaughtExceptionHandler testThreadDefaultUncaughtExceptionHandler; field in ThreadGroupTest
43 testThreadDefaultUncaughtExceptionHandler = new TestThreadDefaultUncaughtExceptionHandler(); in setUp()
44 Thread.setDefaultUncaughtExceptionHandler(testThreadDefaultUncaughtExceptionHandler); in setUp()
519 testThreadDefaultUncaughtExceptionHandler.assertWasCalled(thread, threadDeath); in test_uncaughtException_threadDeath()
548 testThreadDefaultUncaughtExceptionHandler.assertWasNotCalled(); in test_uncaughtException_naturalDeath()
587 testThreadDefaultUncaughtExceptionHandler.assertWasCalled(thread, testException); in test_uncaughtException_runtimeException()
624 testThreadDefaultUncaughtExceptionHandler.assertWasNotCalled(); in test_uncaughtException_exceptionHandledByHandler()
656 testThreadDefaultUncaughtExceptionHandler.assertWasNotCalled(); in test_uncaughtException_exceptionInUncaughtException()