Lines Matching full:groups
12 <li> <b>groups</b>, made of two parts
17 In turn, <b>groups</b> are made of two parts:
19 <li> Definitions, which allow you to group groups into
20 bigger groups
21 <li> Runs, which defines the groups that the methods
33 <!ELEMENT suite (groups?,(listeners|packages|test|parameter|method-selectors|suite-files)*) >
116 …ntains parameters and classes. Additionally, you can define additional groups ("groups of groups")
119 <!ELEMENT test (method-selectors?,parameter*,groups?,packages?,classes?) >
158 Defines additional groups ("groups of groups") and also which groups to include in this test run
160 <!ELEMENT groups (define*,run?,dependencies?) >
166 <!-- Defines which groups to include in the current group of groups -->
173 <!-- Defines which groups to exclude from the current group of groups -->
178 <!-- The subtag of groups used to define which groups should be run -->