RuntimeClassPathProvider

class RuntimeClassPathProvider(testServices: TestServices) : RuntimeClasspathProvider(source)

A helper configurator that adds the classpath from the "compilerTestRuntime.classpath" system property to the runtime classpath. Autoconfigured by the Gradle plugin and automatically added by BaseTestGenerator.

Constructors

Link copied to clipboard
constructor(testServices: TestServices)

Properties

Link copied to clipboard
val testServices: TestServices

Functions

Link copied to clipboard
open override fun runtimeClassPaths(module: TestModule): List<File>