TestSectionCreator
Test support class to easily create static Section hierarchies.
Functions
Link copied to clipboard
open fun createChangeSetComponent(key: String, forceShouldUpdate: Boolean, @Nullable changes: Array<Change>): Section
Link copied to clipboard
Link copied to clipboard
open fun createSectionComponent(key: String, @Nullable children: Array<Section>): TestSectionCreator.ChildrenSectionTest
open fun createSectionComponent(key: String, forceShouldUpdate: Boolean, @Nullable children: Array<Section>): TestSectionCreator.ChildrenSectionTest
Link copied to clipboard