Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java219 thread1.callAndAssertThrows(IllegalMonitorStateException.class, waitFor(), guard); in testWaitFor_withoutEnter()
DTestThread.java125 public void callAndAssertThrows(Class<? extends Throwable> expected, in callAndAssertThrows() method in TestThread