Package 

Class KotlinDirectoryProvider

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

    
    public final class KotlinDirectoryProvider
     implements DirectoryProvider
                        

    Provides test root directories for Kotlin sources, with which a JUnit 5 Task can be enhanced.

    • Constructor Summary

      Constructors 
      Constructor Description
      KotlinDirectoryProvider(Project project, BaseVariant variant)
    • 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.KotlinDirectoryProvider

        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