public class SectionSpec extends Spec
Constructor and Description |
---|
SectionSpec()
Deprecated.
|
SectionSpec(String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(Spec child) |
List<Spec> |
getChildren() |
ITestResult.Status |
getStatus() |
void |
merge(Spec otherSpec)
Merge with another Spec.
|
void |
setStatus(ITestResult.Status status) |
getName, getParams, getResultMetaData, getTemplate, putAll, set, setName, setTemplate
@Deprecated public SectionSpec()
public SectionSpec(String name)
public ITestResult.Status getStatus()
public void setStatus(ITestResult.Status status)
public void add(Spec child)