Class OverrideProcessor

  • All Implemented Interfaces:
    IPostProcessor

    public class OverrideProcessor
    extends java.lang.Object
    implements IPostProcessor
    Override the groups included in the XML file with groups specified on the command line.
    • Constructor Summary

      Constructors 
      Constructor Description
      OverrideProcessor​(java.lang.String[] groups, java.lang.String[] excludedGroups)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<XmlSuite> process​(java.util.Collection<XmlSuite> suites)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OverrideProcessor

        public OverrideProcessor​(java.lang.String[] groups,
                                 java.lang.String[] excludedGroups)