group
abstract fun group(path: String? = null, inferPackageNames: Boolean = true, inferType: Boolean = true, block: TestGenerationBuilder.() -> Unit)(source)
Create a sub-group.
Parameters
path
the relative path of the group's directory, from this group's directory. If null, does not alter the path, but still only applies configuration to descendents.
inferPackageNames
whether to infer package names from the relative path of this group
inferType
whether to infer the type of this group from the relative path of this group. See TestType for options.