* Searches for all instances of the component corresponding to the given harness type under the * `HarnessLoader`'s root element, and returns the total count of all matching components. * @param query A query for a harness to create * @return An integer indicating the number of instances th
(query: HarnessQuery<T>)
| 145 | * @return An integer indicating the number of instances that were found. |
| 146 | */ |
| 147 | countHarnesses<T extends ComponentHarness>(query: HarnessQuery<T>): Promise<number>; |
| 148 | |
| 149 | /** |
| 150 | * Searches for an instance of the component corresponding to the given harness type under the |
no outgoing calls
no test coverage detected