| Interface | Description |
|---|---|
| IFileParser<T> | |
| IPostProcessor |
Used by Parser to perform changes on an XML suite after it's been parsed.
|
| ISuiteParser | |
| IWeaveXml |
Represents the capabilities of a XML serialiser (As string)
|
| Class | Description |
|---|---|
| CommentDisabledXmlWeaver | |
| DefaultXmlWeaver | |
| LaunchSuite |
This class is used to encapsulate a launch.
|
| LaunchSuite.ClassesAndMethodsSuite | |
| LaunchSuite.ClassListSuite |
ClassListSuite TODO cquezel JavaDoc. |
| LaunchSuite.CustomizedSuite |
CustomizedSuite TODO cquezel JavaDoc. |
| LaunchSuite.ExistingSuite |
ExistingSuite is a non-temporary LaunchSuite based on an existing
file. |
| LaunchSuite.MethodsSuite |
A
MethodsSuite is a suite made up of methods. |
| 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.
|
| TestNGContentHandler.Include | |
| 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 | |
| XmlWeaver |
| Enum | Description |
|---|---|
| TestNGContentHandler.Location | |
| XmlSuite.FailurePolicy |
Configuration failure policy options
|
| XmlSuite.ParallelMode |
Parallel modes
|