Uses of Interface
org.testng.xml.IPostProcessor
-
Packages that use IPostProcessor Package Description org.testng.internal org.testng.xml -
-
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
Methods in org.testng.xml with parameters of type IPostProcessor Modifier and Type Method Description 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)
-