Annotation Interface TestGroup
Annotate a
String
field with the value being the ID of a group with this annotation in order to configure the group.-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Returns if the tests in this group are enabled by default.String[]
Returns the parents of this group.
-
Element Details
-
name
String nameReturns the human-readable name of the group.- Returns:
- the human-readable name of the group
-
enabledByDefault
boolean enabledByDefaultReturns if the tests in this group are enabled by default.- Returns:
- if the tests in this group are enabled by default
- Default:
false
-
parents
String[] parentsReturns the parents of this group.
Note: group parents are also computed usingid().split(".")
.- Returns:
- the parents of this group
- Default:
{}
-