Class AbstractClientTestKeyword
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
-
- Direct Known Subclasses:
BasicServiceTests,DataCreationKeyword,RemoteExecutionAccessorTest,RemoteExecutionManagerTest,RemoteFunctionAccessorTest,RemoteMultitenancyClientImplTest,RemoteParameterAccessorTest,RemotePlanAccessorTest,RemoteReportTreeAccessorTest,RemoteResourceManagerTest
public class AbstractClientTestKeyword extends step.handlers.javahandler.AbstractKeyword
-
-
Constructor Summary
Constructors Constructor Description AbstractClientTestKeyword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StepClientgetClient()protected step.client.credentials.ControllerCredentialsgetCredentials()protected step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword.StepClientAndCredentialsgetStepClientAndCredentials()voidInitClient()protected step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword.StepClientAndCredentialsnewStepClientAndCredentials(String url, String username, String password)
-
-
-
Method Detail
-
InitClient
public void InitClient()
-
getCredentials
protected step.client.credentials.ControllerCredentials getCredentials()
-
getClient
protected StepClient getClient()
-
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
-
-