Interface FilesystemSource

All Superinterfaces:
TestSource
All Known Subinterfaces:
DirectorySource, FileSource

@Incubating public interface FilesystemSource extends TestSource
Filesystem-based test source.
Since:
9.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the source file or directory.
  • Method Details

    • getFile

      File getFile()
      Get the source file or directory.
      Since:
      9.4.0