Uses of Interface
org.testng.xml.IPostProcessor
-
Packages that use IPostProcessor Package Description org.testng org.testng.internal org.testng.xml -
-
Uses of IPostProcessor in org.testng
Fields in org.testng declared as IPostProcessor Modifier and Type Field Description private IPostProcessorJarFileUtils. processorConstructors 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, XmlSuite.ParallelMode mode) -
Uses of IPostProcessor in org.testng.internal
Classes in org.testng.internal that implement IPostProcessor Modifier and Type Class Description classOverrideProcessorOverride the groups included in the XML file with groups specified on the command line. -
Uses of IPostProcessor in org.testng.xml
Fields in org.testng.xml declared as IPostProcessor Modifier and Type Field Description private IPostProcessorParser. m_postProcessorMethods in org.testng.xml with parameters of type IPostProcessor Modifier and Type Method Description private static ParserParser. newParser(java.io.InputStream is, IPostProcessor processor)private static ParserParser. 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)voidParser. setPostProcessor(IPostProcessor processor)
-