Package 

Interface DirectoryProvider


  • 
    public interface DirectoryProvider
    
                        

    General interface for providers of class & source directories towards the construction of JUnit 5 tasks and its companions.

    Registered through the plugin, integrations with different languages and frameworks can provide their own collection of directories. The most prominent example consists of the opt-in Kotlin support, which provides the "/kotlin" directories to each JUnit 5 task, allowing Kotlin classes to be used for test detection & execution.