Searched refs:assertPriorCallReturns (Results 1 – 2 of 2) sorted by relevance
105 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()
172 public void assertPriorCallReturns(@Nullable String methodName) throws Exception { in assertPriorCallReturns() method in TestThread180 public void assertPriorCallReturns(boolean expected, @Nullable String methodName) in assertPriorCallReturns() method in TestThread