Uses of Interface
org.testng.xml.IPostProcessor
Packages that use IPostProcessor
-
Uses of IPostProcessor in org.testng.internal
Classes in org.testng.internal that implement IPostProcessorModifier and TypeClassDescriptionclassOverride 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 IPostProcessorModifier and TypeMethodDescriptionstatic Collection<XmlSuite> Parser.parse(InputStream is, IPostProcessor processor) static Collection<XmlSuite> Parser.parse(String suite, IPostProcessor processor) voidParser.setPostProcessor(IPostProcessor processor)