public class TestSectionCreator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSectionCreator.ChildrenSectionTest |
static class |
TestSectionCreator.TestSection |
static class |
TestSectionCreator.TestStateContainer |
Constructor and Description |
---|
TestSectionCreator() |
Modifier and Type | Method and Description |
---|---|
static Section |
createChangeSetComponent(String key,
boolean forceShouldUpdate,
Change... changes) |
static Section |
createChangeSetComponent(String key,
Change... changes) |
static Section |
createChangeSetSection(int initialCount,
String key,
boolean forceShouldUpdate,
Change... changes) |
static TestSectionCreator.ChildrenSectionTest |
createSectionComponent(String key,
boolean forceShouldUpdate,
Section... children) |
static TestSectionCreator.ChildrenSectionTest |
createSectionComponent(String key,
Section... children) |
static void |
createTree(Section section,
SectionContext listContext) |
public static Section createChangeSetSection(int initialCount, String key, boolean forceShouldUpdate, Change... changes)
public static TestSectionCreator.ChildrenSectionTest createSectionComponent(String key, Section... children)
public static TestSectionCreator.ChildrenSectionTest createSectionComponent(String key, boolean forceShouldUpdate, Section... children)
public static Section createChangeSetComponent(String key, Change... changes)
public static Section createChangeSetComponent(String key, boolean forceShouldUpdate, Change... changes)
public static void createTree(Section section, SectionContext listContext)