Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testThresholdCrossing_resourceManagement (0.17 sec)

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

       * without mocking. This test verifies that normal operation with threshold crossing still works
       * correctly with the fix in place.
       */
      public void testThresholdCrossing_resourceManagement() throws Exception {
        FileBackedOutputStream out = new FileBackedOutputStream(/* fileThreshold= */ 10);
        ByteSource source = out.asByteSource();
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Oct 30 16:30:29 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/FileBackedOutputStreamTest.java

       * without mocking. This test verifies that normal operation with threshold crossing still works
       * correctly with the fix in place.
       */
      public void testThresholdCrossing_resourceManagement() throws Exception {
        FileBackedOutputStream out = new FileBackedOutputStream(/* fileThreshold= */ 10);
        ByteSource source = out.asByteSource();
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Oct 30 16:30:29 UTC 2025
    - 6.7K bytes
    - Viewed (0)
Back to top