Searched refs:callAndAssertThrows (Results 1 – 2 of 2) sorted by relevance
219 thread1.callAndAssertThrows(IllegalMonitorStateException.class, waitFor(), guard); in testWaitFor_withoutEnter()
125 public void callAndAssertThrows(Class<? extends Throwable> expected, in callAndAssertThrows() method in TestThread