Class AbstractClientTestKeyword

    • Constructor Detail

      • AbstractClientTestKeyword

        public AbstractClientTestKeyword()
    • Method Detail

      • InitClient

        public void InitClient()
      • getCredentials

        protected step.client.credentials.ControllerCredentials getCredentials()
      • onError

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

        protected AbstractClientTestKeyword.StepClientAndCredentials getStepClientAndCredentials()
        Returns:
        the client previously initialized by the Keyword InitClient. If the client hasn't been set explicitly initialized by the Keyword InitClient use the credentials set in the properties instead. If no credentials are set in the properties, use the default credentials for local testing