Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java105 thread2.assertPriorCallReturns(enter()); in testMutualExclusion()
152 thread1.assertPriorCallReturns(enterWhen()); in testEnterWhen_initiallyFalse()
160 thread1.assertPriorCallReturns(enterWhen()); in testEnterWhen_alreadyOccupied()
180 thread1.assertPriorCallReturns(true, enterIf()); in testEnterIf_alreadyOccupied()
214 thread1.assertPriorCallReturns(waitFor()); in testWaitFor_initiallyFalse()
DTestThread.java172 public void assertPriorCallReturns(@Nullable String methodName) throws Exception { in assertPriorCallReturns() method in TestThread
180 public void assertPriorCallReturns(boolean expected, @Nullable String methodName) in assertPriorCallReturns() method in TestThread