Package-level declarations

Types

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

Adds an OptIn to tbe box function based on UtilityDirectives.BOX_OPT_IN. Configured automatically based on the test generation setup when using BaseTestGenerator.

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

Adds imports based on the UtilityDirectives.IMPORTS directive. Configured automatically based on the test generation setup when using BaseTestGenerator.

Functions

Link copied to clipboard
fun NonGroupingPhaseTestConfigurationBuilder.useBoxOptInPreprocessor()

Adds an OptIn to tbe box function based on UtilityDirectives.BOX_OPT_IN. Configured automatically based on the test generation setup when using BaseTestGenerator.

Link copied to clipboard
fun NonGroupingPhaseTestConfigurationBuilder.useImportsPreprocessor()

Adds imports based on the UtilityDirectives.IMPORTS directive. Configured automatically based on the test generation setup when using BaseTestGenerator.