public class TestSection extends java.lang.Object implements java.lang.Comparable<TestSection>
Constructor and Description |
---|
TestSection(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addExecutableSection(ExecutableSection executableSection) |
int |
compareTo(TestSection o) |
boolean |
equals(java.lang.Object o) |
java.util.List<ExecutableSection> |
getExecutableSections() |
java.lang.String |
getName() |
SkipSection |
getSkipSection() |
int |
hashCode() |
void |
setSkipSection(SkipSection skipSection) |
public java.lang.String getName()
public SkipSection getSkipSection()
public void setSkipSection(SkipSection skipSection)
public java.util.List<ExecutableSection> getExecutableSections()
public void addExecutableSection(ExecutableSection executableSection)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(TestSection o)
compareTo
in interface java.lang.Comparable<TestSection>