Class ClientYamlTestSection

  • All Implemented Interfaces:
    java.lang.Comparable<ClientYamlTestSection>

    public class ClientYamlTestSection
    extends java.lang.Object
    implements java.lang.Comparable<ClientYamlTestSection>
    Represents a test section, which is composed of a skip section and multiple executable sections.
    • Method Detail

      • getName

        public java.lang.String getName()
      • getExecutableSections

        public java.util.List<ExecutableSection> getExecutableSections()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object