Interface ReaderTests.ReadIntoCharArrayTests

    • Method Detail

      • testReadIntoCharArray

        @Test
        @DisplayName("read(char[])")
        default void testReadIntoCharArray()
      • testReadIntoCharArrayWithEmptyArray

        @Test
        @DisplayName("read(char[]) with an empty array")
        default void testReadIntoCharArrayWithEmptyArray()
      • testReadIntoCharArrayWithNullArray

        @Test
        @DisplayName("read(char[]) with a null array")
        default void testReadIntoCharArrayWithNullArray()