| Package | Description |
|---|---|
| org.testng.internal | |
| org.testng.xml | |
| org.testng.xml.dom |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlParser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISuiteParser |
| Modifier and Type | Class and Description |
|---|---|
class |
SuiteXmlParser |
class |
XMLParser<T> |
| Modifier and Type | Method and Description |
|---|---|
private static IFileParser |
Parser.getParser(java.lang.String fileName)
Returns an input stream on the resource named DEFAULT_FILENAME.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
Parser.init(java.lang.String fileName,
java.io.InputStream is,
IFileParser fp) |
| Modifier and Type | Class and Description |
|---|---|
class |
DomXmlParser |