Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testFlush_flushableWithThrownException (0.67 sec)

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

        // when the mock does throw an exception on flush.
        setupFlushable(true);
        doFlush(mockFlushable, true, false);
      }
    
      public void testFlush_flushableWithThrownException() throws IOException {
        // make sure that the exception is thrown if 'swallowException' is false
        // when the mock does throw an exception on flush.
        setupFlushable(true);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 3.3K bytes
    - Viewed (0)
Back to top