Package-level declarations

Types

object ClasspathBasedStandardLibrariesPathProvider : KotlinStandardLibrariesPathProvider

Provide the Kotlin libraries from the java classpath (e.g. java.class.path system property).

Link copied to clipboard
class RuntimeClassPathProvider(testServices: TestServices) : RuntimeClasspathProvider

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.

Link copied to clipboard
class RuntimeEnvironmentConfigurator(testServices: TestServices) : EnvironmentConfigurator

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

Functions

Link copied to clipboard
fun TestConfigurationBuilder.useTestRuntime()

Adds both RuntimeEnvironmentConfigurator and RuntimeClassPathProvider to the test services. Autoconfigured by the Gradle plugin and automatically added by BaseTestGenerator.