Interface TestSupport.OutputCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run()
      Called to execute actions (usually app run) and capture console output.
    • Method Detail

      • run

        void run()
          throws java.lang.Exception
        Called to execute actions (usually app run) and capture console output.
        Throws:
        java.lang.Exception - on error