Package-level declarations

Configuration for using a compiler plugin in the test framework.

Types

Link copied to clipboard
class CompilerPluginRegistrarConfigurator(testServices: TestServices, val registrar: CompilerPluginRegistrar) : EnvironmentConfigurator

Configures a compiler plugin. Configured automatically based on the test generation setup when using BaseTestGenerator.

Functions

Link copied to clipboard
fun TestConfigurationBuilder.withCompilerPluginRegistrar(registrar: CompilerPluginRegistrar)

Configures a compiler plugin. Configured automatically based on the test generation setup when using BaseTestGenerator.