Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.xml |
Modifier and Type | Field and Description |
---|---|
private IPostProcessor |
JarFileUtils.processor |
Constructor and Description |
---|
JarFileUtils(IPostProcessor processor,
java.lang.String xmlPathInJar,
java.util.List<java.lang.String> testNames) |
Modifier and Type | Class and Description |
---|---|
class |
OverrideProcessor
Override the groups included in the XML file with groups specified on the command line.
|
Modifier and Type | Field and Description |
---|---|
private IPostProcessor |
Parser.m_postProcessor |
Modifier and Type | Method and Description |
---|---|
private static Parser |
Parser.newParser(java.io.InputStream is,
IPostProcessor processor) |
private static Parser |
Parser.newParser(java.lang.String path,
IPostProcessor processor) |
static java.util.Collection<XmlSuite> |
Parser.parse(java.io.InputStream is,
IPostProcessor processor) |
static java.util.Collection<XmlSuite> |
Parser.parse(java.lang.String suite,
IPostProcessor processor) |
void |
Parser.setPostProcessor(IPostProcessor processor) |