HomeSort by relevance Sort by last modified time
    Searched defs:assertPriorCallReturns (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MonitorTestCase.java 105 thread2.assertPriorCallReturns(enter());
152 thread1.assertPriorCallReturns(enterWhen());
160 thread1.assertPriorCallReturns(enterWhen());
180 thread1.assertPriorCallReturns(true, enterIf());
214 thread1.assertPriorCallReturns(waitFor());
TestThread.java 172 public void assertPriorCallReturns(@Nullable String methodName) throws Exception {
180 public void assertPriorCallReturns(boolean expected, @Nullable String methodName)

Completed in 1908 milliseconds