Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testFlushQuietly_flushableWithEatenException (0.34 sec)

  1. guava-tests/test/com/google/common/io/FlushablesTest.java

        // when the mock does throw an exception on flush.
        setupFlushable(true);
        doFlush(mockFlushable, false, true);
      }
    
      public void testFlushQuietly_flushableWithEatenException() throws IOException {
        // make sure that no exception is thrown by flushQuietly when the mock does
        // throw an exception on flush.
        setupFlushable(true);
        Flushables.flushQuietly(mockFlushable);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 3.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/FlushablesTest.java

        // when the mock does throw an exception on flush.
        setupFlushable(true);
        doFlush(mockFlushable, false, true);
      }
    
      public void testFlushQuietly_flushableWithEatenException() throws IOException {
        // make sure that no exception is thrown by flushQuietly when the mock does
        // throw an exception on flush.
        setupFlushable(true);
        Flushables.flushQuietly(mockFlushable);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 3.3K bytes
    - Viewed (0)
Back to top