Test Collection Item
data class TestCollectionItem(testCollection: TestCollection, componentTreeHolder: ComponentTreeHolder, val index: Int)
A wrapper class that exposes methods specific to testing collection children.
Constructors
Link copied to clipboard
fun TestCollectionItem(testCollection: TestCollection, componentTreeHolder: ComponentTreeHolder, index: Int)