* Searches for all elements with the given selector under the current instances's root element, * and returns an array of `HarnessLoader`s, one for each matching element, rooted at that * element. * @param selector The selector for the root element of the new `HarnessLoader` * @return A
(selector: string)
| 97 | * @return A list of `HarnessLoader`s, one for each matching element, rooted at that element. |
| 98 | */ |
| 99 | getAllChildLoaders(selector: string): Promise<HarnessLoader[]>; |
| 100 | |
| 101 | /** |
| 102 | * Searches for an instance of the component corresponding to the given harness type under the |
no outgoing calls
no test coverage detected