Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DObjectTest.java31 Throwable backgroundException; field in ObjectTest
37 backgroundException = null; in setUp()
44 if (backgroundException != null) { in tearDown()
45 fail("Encountered " + backgroundException); in tearDown()
129 backgroundException = ex; in test_notify()
197 backgroundException = ex; in test_notifyAll()
280 backgroundException = ex; in test_wait()
389 backgroundException = ex; in test_waitJI()