Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testThreshold_resetWhenGarbageCollected (0.62 seconds)

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

        // Make sure that reset deleted the file
        out.reset();
        if (file != null) {
          assertFalse(file.exists());
        }
      }
    
    
      public void testThreshold_resetWhenGarbageCollected() throws Exception {
        testThreshold(0, 100, true, true);
        testThreshold(10, 100, true, true);
        testThreshold(100, 100, true, true);
        testThreshold(1000, 100, true, true);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 04:04:26 GMT 2026
    - 8K bytes
    - Click Count (0)
Back to Top