Interface InputStreamTests.SkipTests

    • Method Detail

      • allowNegativeSkip

        boolean allowNegativeSkip()
      • testSkipWithZeroIndex

        @Test
        @DisplayName("skip(long) with a zero index")
        default void testSkipWithZeroIndex()
      • testSkipWithNegativeIndex

        @Test
        @DisplayName("skip(long) with a negative index")
        default void testSkipWithNegativeIndex()