public final class SectionLifecycleTestUtil extends Object
SectionLifecycle
, SectionContext
and Section
to ease testing.Modifier and Type | Method and Description |
---|---|
static Children |
createChildren(SectionLifecycle sectionLifecycle,
SectionContext c,
Section component) |
static void |
createInitialState(SectionLifecycle lifecycle,
SectionContext c,
Section s) |
static StateContainer |
getStateContainer(Section section) |
static boolean |
isDiffSectionSpec(SectionLifecycle sectionLifecycle) |
static void |
setScopedContext(Section section,
SectionContext c) |
public static boolean isDiffSectionSpec(SectionLifecycle sectionLifecycle)
public static Children createChildren(SectionLifecycle sectionLifecycle, SectionContext c, Section component)
public static void createInitialState(SectionLifecycle lifecycle, SectionContext c, Section s)
public static StateContainer getStateContainer(Section section)
public static void setScopedContext(Section section, SectionContext c)