public interface ExecutableSection
Modifier and Type | Field and Description |
---|---|
static NamedXContentRegistry |
XCONTENT_REGISTRY
|
Modifier and Type | Method and Description |
---|---|
void |
execute(ClientYamlTestExecutionContext executionContext)
Executes the section passing in the execution context
|
XContentLocation |
getLocation()
Get the location in the test that this was defined.
|
static ExecutableSection |
parse(XContentParser parser) |
static final NamedXContentRegistry XCONTENT_REGISTRY
static ExecutableSection parse(XContentParser parser) throws java.io.IOException
java.io.IOException
XContentLocation getLocation()
void execute(ClientYamlTestExecutionContext executionContext) throws java.io.IOException
java.io.IOException