RuntimeEnvironmentConfigurator

class RuntimeEnvironmentConfigurator(testServices: TestServices) : EnvironmentConfigurator(source)

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.

Constructors

Link copied to clipboard
constructor(testServices: TestServices)

Properties

Link copied to clipboard
open val additionalServices: List<ServiceRegistrationData>
Link copied to clipboard
open val directiveContainers: List<DirectivesContainer>

Functions

override fun configureCompileConfigurationWithAdditionalConfigurationKeys(configuration: CompilerConfiguration, module: TestModule)
Link copied to clipboard
open override fun legacyRegisterCompilerExtensions(project: Project, module: TestModule, configuration: CompilerConfiguration)
Link copied to clipboard
open override fun provideAdditionalAnalysisFlags(directives: RegisteredDirectives, languageVersion: LanguageVersion): Map<AnalysisFlag<*>, Any?>
Link copied to clipboard
open fun DirectiveToConfigurationKeyExtractor.provideConfigurationKeys()
Link copied to clipboard
open override fun CompilerPluginRegistrar.ExtensionStorage.registerCompilerExtensions(module: TestModule, configuration: CompilerConfiguration)