TestItemCollection
interface TestItemCollection : JsIterable<Tuple2<ERROR CLASS: Symbol not found for JsString, TestItem>> (source)
Collection of test items, found in TestItem.children and TestController.items.
Properties
Functions
Link copied to clipboard
abstract fun forEach(callback: (item: TestItem, collection: TestItemCollection) -> Unit, thisArg: ERROR CLASS: Symbol not found for JsAny?? = definedExternally)
Iterate over each entry in this collection.
Link copied to clipboard
Replaces the items stored by the collection.