TestSectionCreator

Test support class to easily create static Section hierarchies.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class TestSection : Section
Link copied to clipboard

Functions

Link copied to clipboard
open fun createChangeSetComponent(key: String, @Nullable changes: Array<Change>): Section
open fun createChangeSetComponent(key: String, forceShouldUpdate: Boolean, @Nullable changes: Array<Change>): Section
Link copied to clipboard
open fun createChangeSetSection(initialCount: Int, key: String, forceShouldUpdate: Boolean, @Nullable changes: Array<Change>): Section
Link copied to clipboard
Link copied to clipboard
open fun createTree(section: Section, listContext: SectionContext)