public class DoSection extends java.lang.Object implements ExecutableSection
Constructor and Description |
---|
DoSection() |
Modifier and Type | Method and Description |
---|---|
void |
execute(RestTestExecutionContext executionContext)
Executes the section passing in the execution context
|
ApiCallSection |
getApiCallSection() |
java.lang.String |
getCatch() |
void |
setApiCallSection(ApiCallSection apiCallSection) |
void |
setCatch(java.lang.String catchParam) |
public java.lang.String getCatch()
public void setCatch(java.lang.String catchParam)
public ApiCallSection getApiCallSection()
public void setApiCallSection(ApiCallSection apiCallSection)
public void execute(RestTestExecutionContext executionContext) throws java.io.IOException
ExecutableSection
execute
in interface ExecutableSection
java.io.IOException