Class IntegrationTestAction

  • All Implemented Interfaces:
    Action

    public class IntegrationTestAction
    extends AbstractAction
    This class launch integration test with Testng class.
    Since:
    2.0
    Author:
    Laurent Jourdren, Sandrine Perrin
    • Constructor Detail

      • IntegrationTestAction

        public IntegrationTestAction()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Action
        Get the name of the action.
        Returns:
        the name of the action
      • getDescription

        public String getDescription()
        Description copied from interface: Action
        Get action description.
        Returns:
        the description description
      • action

        public void action​(List<String> arguments)
        Description copied from interface: Action
        Execute action.
        Parameters:
        arguments - arguments of the action.