public interface ExecutableSection
Modifier and Type | Method and Description |
---|---|
void |
execute(ClientYamlTestExecutionContext executionContext)
Executes the section passing in the execution context
|
org.elasticsearch.common.xcontent.XContentLocation |
getLocation()
Get the location in the test that this was defined.
|
org.elasticsearch.common.xcontent.XContentLocation getLocation()
void execute(ClientYamlTestExecutionContext executionContext) throws java.io.IOException
java.io.IOException