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