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

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MonitorTestCase.java 102 thread1.callAndAssertReturns(enter());
104 thread1.callAndAssertReturns(leave());
109 thread1.callAndAssertReturns(true, tryEnter());
110 thread2.callAndAssertReturns(false, tryEnter());
111 thread1.callAndAssertReturns(true, tryEnter());
112 thread2.callAndAssertReturns(false, tryEnter());
113 thread1.callAndAssertReturns(leave());
114 thread2.callAndAssertReturns(false, tryEnter());
115 thread1.callAndAssertReturns(leave());
116 thread2.callAndAssertReturns(true, tryEnter())
    [all...]
TestThread.java 90 public void callAndAssertReturns(String methodName, Object... arguments) throws Exception {
101 public void callAndAssertReturns(boolean expected, String methodName, Object... arguments)
113 public void callAndAssertReturns(int expected, String methodName, Object... arguments)

Completed in 685 milliseconds