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(org.elasticsearch.xcontent.XContentLocation location, String name, PrerequisiteSection prerequisiteSection, List<ExecutableSection> executableSections) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanorg.elasticsearch.xcontent.XContentLocationgetName()inthashCode()static ClientYamlTestSectionparse(org.elasticsearch.xcontent.XContentParser parser)
-
Constructor Details
-
ClientYamlTestSection
public ClientYamlTestSection(org.elasticsearch.xcontent.XContentLocation location, String name, PrerequisiteSection prerequisiteSection, List<ExecutableSection> executableSections)
-
-
Method Details
-
parse
public static ClientYamlTestSection parse(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
getLocation
public org.elasticsearch.xcontent.XContentLocation getLocation() -
getName
-
getPrerequisiteSection
-
getExecutableSections
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ClientYamlTestSection>
-