Class AbstractClientTestKeyword
- java.lang.Object
- 
- step.handlers.javahandler.AbstractKeyword
- 
- step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
 
 
- 
- Direct Known Subclasses:
- BasicServiceTests,- DataCreationKeyword,- RemoteCollectionE2ETest,- RemoteExecutionAccessorTest,- RemoteExecutionManagerTest,- RemoteFunctionAccessorTest,- RemoteMultitenancyClientImplTest,- RemoteParameterAccessorTest,- RemotePlanAccessorTest,- RemoteReportTreeAccessorTest,- RemoteResourceManagerTest
 
 public class AbstractClientTestKeyword extends step.handlers.javahandler.AbstractKeyword
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected static classAbstractClientTestKeyword.StepClientAndCredentials
 - 
Constructor SummaryConstructors Constructor Description AbstractClientTestKeyword()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StepClientgetClient()protected step.client.credentials.ControllerCredentialsgetCredentials()protected AbstractClientTestKeyword.StepClientAndCredentialsgetStepClientAndCredentials()voidInitClient()protected AbstractClientTestKeyword.StepClientAndCredentialsnewStepClientAndCredentials(java.lang.String url, java.lang.String username, java.lang.String password)
 
- 
- 
- 
Method Detail- 
InitClientpublic void InitClient() 
 - 
getCredentialsprotected step.client.credentials.ControllerCredentials getCredentials() 
 - 
getClientprotected StepClient getClient() 
 - 
getStepClientAndCredentialsprotected 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
 
 - 
newStepClientAndCredentialsprotected AbstractClientTestKeyword.StepClientAndCredentials newStepClientAndCredentials(java.lang.String url, java.lang.String username, java.lang.String password) 
 
- 
 
-