Uses of Interface
org.testng.xml.IPostProcessor
-
Packages that use IPostProcessor Package Description org.testng org.testng.internal org.testng.xml.internal -
-
Uses of IPostProcessor in org.testng
Fields in org.testng declared as IPostProcessor Modifier and Type Field Description private IPostProcessor
JarFileUtils. processor
Constructors in org.testng with parameters of type IPostProcessor Constructor Description JarFileUtils(IPostProcessor processor, java.lang.String xmlPathInJar, java.util.List<java.lang.String> testNames)
JarFileUtils(IPostProcessor processor, java.lang.String xmlPathInJar, java.util.List<java.lang.String> testNames, boolean ignoreMissedTestNames)
JarFileUtils(IPostProcessor processor, java.lang.String xmlPathInJar, java.util.List<java.lang.String> testNames, XmlSuite.ParallelMode mode)
JarFileUtils(IPostProcessor processor, java.lang.String xmlPathInJar, java.util.List<java.lang.String> testNames, XmlSuite.ParallelMode mode, boolean ignoreMissedTestNames)
-
Uses of IPostProcessor in org.testng.internal
Classes in org.testng.internal that implement IPostProcessor Modifier and Type Class Description class
OverrideProcessor
Override the groups included in the XML file with groups specified on the command line. -
Uses of IPostProcessor in org.testng.xml.internal
Fields in org.testng.xml.internal declared as IPostProcessor Modifier and Type Field Description private IPostProcessor
Parser. m_postProcessor
Methods in org.testng.xml.internal with parameters of type IPostProcessor Modifier and Type Method 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)
-