Package de.mannodermaus.gradle.plugins.junit5.providers
See: Description
-
Interface Summary Interface Description DirectoryProvider General interface for providers of class & source directories towards the construction of JUnit 5 tasks and its companions. -
Class Summary Class Description JavaDirectoryProvider Default Provider implementation for Java-based test root directories. KotlinDirectoryProvider Provides test root directories for Kotlin sources, with which a JUnit 5 Task can be enhanced. BaseKt