public class SetSection extends java.lang.Object implements ExecutableSection
Constructor and Description |
---|
SetSection() |
Modifier and Type | Method and Description |
---|---|
void |
addSet(java.lang.String responseField,
java.lang.String stashedField) |
void |
execute(RestTestExecutionContext executionContext)
Executes the section passing in the execution context
|
java.util.Map<java.lang.String,java.lang.String> |
getStash() |
public void addSet(java.lang.String responseField, java.lang.String stashedField)
public java.util.Map<java.lang.String,java.lang.String> getStash()
public void execute(RestTestExecutionContext executionContext) throws java.io.IOException
ExecutableSection
execute
in interface ExecutableSection
java.io.IOException