Class SetupSection
java.lang.Object
org.elasticsearch.test.rest.yaml.section.SetupSection
public class SetupSection
extends java.lang.Object
Represents a setup section. Holds a skip section and multiple do sections.
-
Field Summary
Fields Modifier and Type Field Description static SetupSection
EMPTY
-
Method Summary
Modifier and Type Method Description java.util.List<ExecutableSection>
getExecutableSections()
SkipSection
getSkipSection()
boolean
isEmpty()
static SetupSection
parse(XContentParser parser)
-
Field Details
-
Method Details
-
parse
- Throws:
java.io.IOException
-
getSkipSection
-
getExecutableSections
-
isEmpty
public boolean isEmpty()
-