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 SummaryRequired Elements
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanReturns if the tests in this group are enabled by default.String[]Returns the parents of this group.
- 
Element Details- 
nameString nameReturns the human-readable name of the group.- Returns:
- the human-readable name of the group
 
- 
enabledByDefaultboolean enabledByDefaultReturns if the tests in this group are enabled by default.- Returns:
- if the tests in this group are enabled by default
 - Default:
- false
 
- 
parentsString[] parentsReturns the parents of this group.
 Note: group parents are also computed usingid().split(".").- Returns:
- the parents of this group
 - Default:
- {}
 
 
-