| Interface | Description |
|---|---|
| IFileParser<T> | |
| IPostProcessor |
Used by Parser to perform changes on an XML suite after it's been parsed.
|
| ISuiteParser |
| Class | Description |
|---|---|
| LaunchSuite |
This class is used to encapsulate a launch.
|
| LaunchSuite.ExistingSuite |
ExistingSuite is a non-temporary LaunchSuite based on an existing
file. |
| Parameters |
A holder class for parameters defined just in this tag and all parameters
including the ones inherited from enclosing tags.
|
| Parser |
Parser is a parser for a TestNG XML test suite file. |
| SuiteGenerator |
Factory to create custom suites.
|
| SuiteXmlParser | |
| TestNGContentHandler |
Suite definition parser utility.
|
| XmlClass |
This class describes the tag
|
| XmlDefine | |
| XmlDependencies | |
| XmlGroups | |
| XmlInclude | |
| XmlMethodSelector |
This class describes the tag
|
| XmlMethodSelectors | |
| XmlPackage |
This class describes the tag
|
| XMLParser<T> | |
| XmlRun | |
| XmlScript | |
| XmlSuite |
This class describes the tag <suite> in testng.xml.
|
| XmlTest |
This class describes the tag <test> in testng.xml.
|
| XmlUtils |
| Enum | Description |
|---|---|
| XmlSuite.FailurePolicy |
Configuration failure policy options
|
| XmlSuite.ParallelMode |
Parallel modes
|