Package org.testng.internal
Class OverrideProcessor
- java.lang.Object
-
- org.testng.internal.OverrideProcessor
-
- All Implemented Interfaces:
IPostProcessor
public class OverrideProcessor extends Object implements IPostProcessor
Override the groups included in the XML file with groups specified on the command line.- Author:
- Cedric Beust
-
-
Constructor Summary
Constructors Constructor Description OverrideProcessor(String[] groups, String[] excludedGroups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<XmlSuite>
process(Collection<XmlSuite> suites)
-
-
-
Method Detail
-
process
public Collection<XmlSuite> process(Collection<XmlSuite> suites)
- Specified by:
process
in interfaceIPostProcessor
-
-