Interface ITestsFileProcessor.ReaderSource

All Known Implementing Classes:
ITestsFileProcessor.FileReaderSource, ITestsFileProcessor.StringReaderSource
Enclosing interface:
ITestsFileProcessor

public static interface ITestsFileProcessor.ReaderSource
Source for the processor.
See Also:
  • Method Details

    • createReader

      Reader createReader() throws IOException
      Create a new Reader instance. It is called more than once during processing and each time new instance of the reader must be created.
      Throws:
      IOException
    • getPath

      String getPath()
    • getName

      String getName()