TestGenerationBuilder
Properties
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.
Apply test class generation configuration. Applies to this group's tests, and any descendents.
Register directive containers and configure directives for this group, and any descendents.
Override this to generate your tests.
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.
Generate tests for all files in this group's directory and any sub-directories. Should only be used in leaf groups.
Generate tests for files in ./$path (from this group's directory) and any sub-directories. Should only be used in leaf groups.
Add a to the package name of test classes generated by 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).