Interface ReaderTests

    • Method Detail

      • reader

        Reader reader()
        Returns the reader to test.

        This method will be called only once for each test. This makes it possible to initialize the reader in a method annotated with BeforeEach, and perform additional tests after the pre-defined test has finished.

        Returns:
        The reader to test.
      • expectedContent

        String expectedContent()
        Returns the expected content from created readers.
        Returns:
        The expected content.