Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for describe (0.2 sec)

  1. guava-tests/test/com/google/common/collect/ImmutableTableTest.java

           * strip the methods *and* have the test runner not run them (for some unusual cases in which
           * we don't run the stripping test for technical reasons), then we'd be back to the problem
           * described above, since the supermethod is *not* annotated @AndroidIncompatible (since it
           * works fine with the other Table implementations).
           */
          return;
        }
        super.testNullPointerInstance();
      }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Mar 04 16:54:11 GMT 2024
    - 20K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/ImmutableTableTest.java

           * strip the methods *and* have the test runner not run them (for some unusual cases in which
           * we don't run the stripping test for technical reasons), then we'd be back to the problem
           * described above, since the supermethod is *not* annotated @AndroidIncompatible (since it
           * works fine with the other Table implementations).
           */
          return;
        }
        super.testNullPointerInstance();
      }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Mar 04 16:54:11 GMT 2024
    - 19.6K bytes
    - Viewed (0)
Back to top