Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testNullCache (0.06 seconds)

  1. android/guava-tests/test/com/google/common/cache/CacheBuilderTest.java

      }
    
      public void testValuesIsNotASet() {
        assertThat(CacheBuilder.newBuilder().build().asMap().values() instanceof Set).isFalse();
      }
    
      @GwtIncompatible // CacheTesting
      public void testNullCache() {
        CountingRemovalListener<Object, Object> listener = countingRemovalListener();
        LoadingCache<Object, Object> nullCache =
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Sep 30 22:03:28 GMT 2025
    - 25.4K bytes
    - Click Count (0)
Back to Top