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 TypeClassDescriptionclass
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 IPostProcessorModifier and TypeMethodDescriptionstatic Collection<XmlSuite>
Parser.parse
(InputStream is, IPostProcessor processor) static Collection<XmlSuite>
Parser.parse
(String suite, IPostProcessor processor) void
Parser.setPostProcessor
(IPostProcessor processor)