Package step.basic.restclient.parameters
Class RemoteParameterAccessorTest
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
-
- step.basic.restclient.parameters.RemoteParameterAccessorTest
-
public class RemoteParameterAccessorTest extends AbstractClientTestKeyword
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
AbstractClientTestKeyword.StepClientAndCredentials
-
-
Constructor Summary
Constructors Constructor Description RemoteParameterAccessorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertEquals(step.parameter.Parameter expected, step.parameter.Parameter actual)
void
TC_BasicClient_TestCreateDeleteParameter()
void
TC_BasicClient_TestCreateDeleteProtectedParameter()
void
TC_BasicClient_TestParameterCollection()
void
TC_BasicClient_TestProtectedParameter()
void
TC_BasicClient_TestProtectedParameter_after_copy()
protected void
testParameterAccessor(boolean protectedValue)
-
Methods inherited from class step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
getClient, getCredentials, getStepClientAndCredentials, InitClient, newStepClientAndCredentials, onError
-
-
-
-
Method Detail
-
TC_BasicClient_TestCreateDeleteParameter
public void TC_BasicClient_TestCreateDeleteParameter() throws java.io.IOException
- Throws:
java.io.IOException
-
TC_BasicClient_TestCreateDeleteProtectedParameter
public void TC_BasicClient_TestCreateDeleteProtectedParameter() throws java.io.IOException
- Throws:
java.io.IOException
-
TC_BasicClient_TestProtectedParameter
public void TC_BasicClient_TestProtectedParameter() throws java.io.IOException
- Throws:
java.io.IOException
-
TC_BasicClient_TestProtectedParameter_after_copy
public void TC_BasicClient_TestProtectedParameter_after_copy() throws java.io.IOException
- Throws:
java.io.IOException
-
TC_BasicClient_TestParameterCollection
public void TC_BasicClient_TestParameterCollection() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParameterAccessor
protected void testParameterAccessor(boolean protectedValue) throws java.io.IOException
- Throws:
java.io.IOException
-
assertEquals
protected void assertEquals(step.parameter.Parameter expected, step.parameter.Parameter actual)
-
-