public class Section extends Object
A Section represents some hierarchical organisation of test cases in a test suite.
Modifier and Type | Method and Description |
---|---|
Optional<Section> |
findInParents(Section section) |
int |
getLevel() |
String |
getName() |
Section |
getParent() |
String |
toString() |
Copyright © 2019. All rights reserved.