Interface | Description |
---|---|
IFileParser<T> | |
IPostProcessor |
Used by Parser to perform changes on an XML suite after it's been parsed.
|
Class | Description |
---|---|
LaunchSuite |
This class is used to encapsulate a launch.
|
LaunchSuite.ExistingSuite |
ExistingSuite is a non-temporary LaunchSuite based on an existing
file. |
Parser |
Parser is a parser for a TestNG XML test suite file. |
ResultContentHandler |
Parses testng-result.xml, create TestResultMessages and send them back to the listener
as we encounter them.
|
ResultXMLParser |
Parses testng-result.xml.
|
SuiteGenerator |
Factory to create custom suites.
|
SuiteXmlParser | |
TestNGContentHandler |
Suite definition parser utility.
|
XmlClass |
This class describes the tag
|
XmlInclude | |
XmlMethodSelector |
This class describes the tag
|
XmlPackage |
This class describes the tag
|
XMLParser<T> | |
XmlSuite |
This class describes the tag <suite> in testng.xml.
|
XmlTest |
This class describes the tag <test> in testng.xml.
|
XmlUtils |
Copyright © 2012. All Rights Reserved.