Package-level declarations
The test generation DSL.
Types
A test generator that only does auto-generation.
A test generator. Configures test generation, and can override generateTests to generate tests using the DSL.
Test arguments to pass to the underlying Kotlin compiler plugin test framework test generator. See org.jetbrains.kotlin.generators.TestGroup.TestClass.model for details.
A utility object used to invoke test generation.
Configuration options for the test class generator.
Functions
Add a test level to this group, and any descendents.
Add test class annotations to this group, and any descendents.
Auto-generate tests for this group, inferring test types from directory names.
Register directive containers and configure directives for this group, and any descendents.
Create a group with the given test type.
Create a group with the given levels.
Add imports to this group's tests, and any descendents.
Add test class methods to this group, and any descendents.
Add opt-in annotations to this group's tests, and any descendents.
Add opt-in annotations to the box() functions in this group's tests, and any descendents.
Register directive containers for this group, and any descendents.
Remove a test level from this group, and any descendents.
Add a to the package name of test classes generated by this group and any descendents..
Remove a test level from this group, and any descendents.
Remove test levels from this group, and any descendents.
Add a test type to this group, and any descendents.
Add a test level to this group, and any descendents.
Add test levels to this group, and any descendents.
Apply compiler configuration to this group, and any descendents.
Use the specified spec for the corresponding pluginRegistrar for this group, and any descendents (unless overridden).