Class AbstractClientTestKeyword

    • Constructor Detail

      • AbstractClientTestKeyword

        public AbstractClientTestKeyword()
    • Method Detail

      • InitClient

        public void InitClient()
      • getCredentials

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

        protected step.basic.restclient.tests.commons.keywords.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
      • newStepClientAndCredentials

        protected step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword.StepClientAndCredentials newStepClientAndCredentials​(String url,
                                                                                                                                              String username,
                                                                                                                                              String password)