Package-level declarations
Types
Link copied to clipboard
Provide the Kotlin libraries from the java classpath (e.g. java.class.path system property).
Link copied to clipboard
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
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
Adds both RuntimeEnvironmentConfigurator and RuntimeClassPathProvider to the test services. Autoconfigured by the Gradle plugin and automatically added by BaseTestGenerator.