Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testGet_runtimeException (0.55 seconds)

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

        assertThrows(InvalidCacheLoadException.class, () -> cache.getUnchecked(new Object()));
    
        assertThat(listener.isEmpty()).isTrue();
        checkEmpty(cache);
      }
    
      public void testGet_runtimeException() {
        RuntimeException e = new RuntimeException();
        LoadingCache<Object, Object> map =
            CacheBuilder.newBuilder()
                .maximumSize(0)
                .removalListener(listener)
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Dec 11 20:07:52 GMT 2025
    - 4.6K bytes
    - Click Count (0)
Back to Top