Assertion, DoSection, GreaterThanAssertion, GreaterThanEqualToAssertion, IsFalseAssertion, IsTrueAssertion, LengthAssertion, LessThanAssertion, LessThanOrEqualToAssertion, MatchAssertion, SetSectionpublic interface ExecutableSection
| Modifier and Type | Field | Description |
|---|---|---|
static NamedXContentRegistry |
XCONTENT_REGISTRY |
| Modifier and Type | Method | 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.IOExceptionXContentLocation getLocation()
void execute(ClientYamlTestExecutionContext executionContext) throws java.io.IOException
java.io.IOException