Class RegressionKeyword

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long SLEEP  
      • Fields inherited from class step.handlers.javahandler.AbstractKeyword

        input, logger, output, properties, session, tokenSession
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean onError​(java.lang.Exception e)  
      • Methods inherited from class step.handlers.javahandler.AbstractKeyword

        getInput, getOutputBuilder, getProperties, getSession, getTokenSession, setInput, setOutputBuilder, setProperties, setSession, setTokenSession
      • Methods inherited from class java.lang.Object

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

      • SLEEP

        protected long SLEEP
    • Constructor Detail

      • RegressionKeyword

        public RegressionKeyword()
    • Method Detail

      • onError

        public boolean onError​(java.lang.Exception e)
        Overrides:
        onError in class step.handlers.javahandler.AbstractKeyword