Package 

Class JavaDirectoryProvider

  • All Implemented Interfaces:
    de.mannodermaus.gradle.plugins.junit5.providers.DirectoryProvider

    
    public final class JavaDirectoryProvider
     implements DirectoryProvider
                        

    Default Provider implementation for Java-based test root directories. This will look up the main & test root directories of the variant connected to a given JUnit 5 task.

    • Method Summary

      Modifier and Type Method Description
      Set<File> mainSourceDirectories() The locations of source files
      Set<File> testSourceDirectories() The locations of test source files
      Set<File> mainClassDirectories() The locations of compiled class files
      Set<File> testClassDirectories() The locations of compiled test class files
      • Methods inherited from class de.mannodermaus.gradle.plugins.junit5.providers.JavaDirectoryProvider

        classDirectories, sourceDirectories
      • Methods inherited from class de.mannodermaus.gradle.plugins.junit5.providers.DirectoryProvider

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait