* Searches for all instances of the component corresponding to the given harness type under the * `HarnessLoader`'s root element, and returns a list `ComponentHarness` for each instance. * @param query A query for a harness to create * @return A list instances of the given harness type.
(query: HarnessQuery<T>)
| 137 | * @return A list instances of the given harness type. |
| 138 | */ |
| 139 | getAllHarnesses<T extends ComponentHarness>(query: HarnessQuery<T>): Promise<T[]>; |
| 140 | |
| 141 | /** |
| 142 | * Searches for all instances of the component corresponding to the given harness type under the |
no outgoing calls
no test coverage detected