Class ClientYamlTestSection
java.lang.Object
org.elasticsearch.test.rest.yaml.section.ClientYamlTestSection
- All Implemented Interfaces:
Comparable<ClientYamlTestSection>
Represents a test section, which is composed of a skip section and multiple executable sections.
-
Constructor Summary
ConstructorsConstructorDescriptionClientYamlTestSection(XContentLocation location, String name, PrerequisiteSection prerequisiteSection, List<ExecutableSection> executableSections) -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetName()inthashCode()static ClientYamlTestSectionparse(XContentParser parser)
-
Constructor Details
-
ClientYamlTestSection
public ClientYamlTestSection(XContentLocation location, String name, PrerequisiteSection prerequisiteSection, List<ExecutableSection> executableSections)
-
-
Method Details
-
parse
- Throws:
IOException
-
getLocation
-
getName
-
getPrerequisiteSection
-
getExecutableSections
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ClientYamlTestSection>
-