Interface MasterProcedureTestingUtility.StepHook

Enclosing class:
MasterProcedureTestingUtility

Hook which will be executed on each step
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(int step)
     
  • Method Details

    • execute

      boolean execute(int step) throws IOException
      Parameters:
      step - Step no. at which this will be executed
      Returns:
      false if test should fail otherwise true
      Throws:
      IOException