Package-level declarations

Types

Link copied to clipboard
class BoxOptInPreprocessor(testServices: TestServices) : ReversibleSourceFilePreprocessor

Adds an @OptIn annotation for classes to the box function, if it exists.

Link copied to clipboard
class ImportsPreprocessor(testServices: TestServices) : ReversibleSourceFilePreprocessor

Functions

Link copied to clipboard
fun TestConfigurationBuilder.useBoxOptInPreprocessor()

Adds an OptIn to tbe box function based on UtilityDirectives.BOX_OPT_IN.

Link copied to clipboard
fun TestConfigurationBuilder.useImportsPreprocessor()

Adds imports based on the UtilityDirectives.IMPORTS directive.