public class TestSectionCreator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSectionCreator.TestSection |
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 Section |
createSectionComponent(String key,
boolean forceShouldUpdate,
Section... children) |
static Section |
createSectionComponent(String key,
Section... children) |
static void |
createTree(Section section,
SectionContext listContext) |
public static Section createChangeSetSection(int initialCount, String key, boolean forceShouldUpdate, @Nullable Change... changes)
public static Section createSectionComponent(String key, @Nullable Section... children)
public static Section createSectionComponent(String key, boolean forceShouldUpdate, @Nullable Section... children)
public static Section createChangeSetComponent(String key, @Nullable Change... changes)
public static Section createChangeSetComponent(String key, boolean forceShouldUpdate, @Nullable Change... changes)
public static void createTree(Section section, SectionContext listContext)