Uses of Interface
org.testng.xml.IPostProcessor
-
Packages that use IPostProcessor Package Description org.testng.internal org.testng.xml.internal -
-
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.internal
Methods in org.testng.xml.internal 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)voidParser. setPostProcessor(IPostProcessor processor)
-