Home | History | Annotate | Download | only in resources

Lines Matching full:suite

6 A <b>suite</b> is made of <b>tests</b> and <b>parameters</b>.
11 <li> <b>parameters</b>, which override the suite parameters
27 @root suite
32 <!-- A suite is the top-level element of a testng.xml file -->
33 <!ELEMENT suite (groups?,(listeners|packages|test|parameter|method-selectors|suite-files)*) >
37 @attr name The name of this suite (as it will appear in the reports)
44 in tests of the suite
62 <!ATTLIST suite
81 <!-- A list of XML files that contain more suite descriptions -->
82 <!ELEMENT suite-files (suite-file)* >
84 <!ELEMENT suite-file ANY >
85 <!ATTLIST suite-file
90 Parameters can be defined at the <suite> or at the <test> level.
91 Parameters defined at the <test> level override parameters of the same name in <suite>
126 Default value: suite level verbose.
130 parallel mode is used. Overrides the suite level value.