Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testEnterWhen_initiallyTrue (0.15 seconds)

  1. guava-tests/test/com/google/common/util/concurrent/MonitorTestCase.java

        thread2.callAndAssertReturns(false, "isOccupiedByCurrentThread");
        thread2.callAndAssertReturns(0, "getOccupiedDepth");
      }
    
      public final void testEnterWhen_initiallyTrue() throws Exception {
        TestGuard guard = new TestGuard(true);
        thread1.callAndAssertReturns(enterWhen(), guard);
        // same as above but with the new syntax
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Mar 07 02:20:33 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/MonitorTestCase.java

        thread2.callAndAssertReturns(false, "isOccupiedByCurrentThread");
        thread2.callAndAssertReturns(0, "getOccupiedDepth");
      }
    
      public final void testEnterWhen_initiallyTrue() throws Exception {
        TestGuard guard = new TestGuard(true);
        thread1.callAndAssertReturns(enterWhen(), guard);
      }
    
      public final void testEnterWhen_initiallyFalse() throws Exception {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Mar 07 02:20:33 GMT 2026
    - 8.1K bytes
    - Click Count (0)
Back to Top