Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSlice_returnEmptySource (3.6 sec)

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

          for (ByteSink out : BROKEN_SINKS) {
            int suppressed = runSuppressionFailureTest(in, out);
            assertThat(suppressed).isAtMost(1);
          }
        }
      }
    
      public void testSlice_returnEmptySource() {
        assertEquals(ByteSource.empty(), source.slice(0, 3).slice(4, 3));
      }
    
      /**
       * @return the number of exceptions that were suppressed on the expected thrown exception
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 15:26:58 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top