Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java148 thread1.callAndAssertWaits(enterWhen(), guard); in testEnterWhen_initiallyFalse()
210 thread1.callAndAssertWaits(waitFor(), guard); in testWaitFor_initiallyFalse()
DTestThread.java156 public void callAndAssertWaits(String methodName, Object conditionLikeObject) in callAndAssertWaits() method in TestThread