Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java330 public void threadShouldThrow() { in threadShouldThrow() method in JSR166TestCase
337 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() method in JSR166TestCase
695 threadShouldThrow(exceptionClass.getSimpleName()); in run()
715 threadShouldThrow(exceptionClass.getSimpleName()); in run()
729 threadShouldThrow("InterruptedException"); in run()
758 threadShouldThrow("InterruptedException"); in call()
DTimeUnitTest.java343 threadShouldThrow(); in testTimedWait_IllegalMonitorException()
DFutureTaskTest.java479 threadShouldThrow(); in testCancelInterrupt_taskFails()