Class RollupRule

java.lang.Object
jp.vmi.selenium.rollup.RollupRule
All Implemented Interfaces:
IRollupRule

public class RollupRule
extends Object
implements IRollupRule
Rollup rule.
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IRollupRule
      Get rollup rule name.
      Specified by:
      getName in interface IRollupRule
      Returns:
      rollup rule name.
    • getExpandedCommands

      public CommandList getExpandedCommands​(Context context, Map<String,​String> rollupArgs)
      Description copied from interface: IRollupRule
      Get exapanded command list.
      Specified by:
      getExpandedCommands in interface IRollupRule
      Parameters:
      context - Runner object as Selenese Runner context.
      rollupArgs - arguments for rollup.
      Returns:
      command list.