Gets all of the items in the tree.
(filter: TreeItemHarnessFilters = {})
| 30 | |
| 31 | /** Gets all of the items in the tree. */ |
| 32 | async getItems(filter: TreeItemHarnessFilters = {}): Promise<TreeItemHarness[]> { |
| 33 | return this.locatorForAll(TreeItemHarness.with(filter))(); |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Gets an object representation for the visible tree structure |
no test coverage detected