Class DirectorySource

java.lang.Object
org.junit.platform.engine.support.descriptor.DirectorySource
All Implemented Interfaces:
Serializable, FileSystemSource, UriSource, TestSource

@API(status=STABLE, since="1.0") public class DirectorySource extends Object implements FileSystemSource
Directory based TestSource.
Since:
1.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • directory

      private final File directory
  • Constructor Details

    • DirectorySource

      private DirectorySource(File directory)
  • Method Details