* Adds the test item to the children. If an item with the same ID already * exists, it'll be replaced. * @param item Item to add.
(item: TestItem)
| 17992 | * @param item Item to add. |
| 17993 | */ |
| 17994 | add(item: TestItem): void; |
| 17995 | |
| 17996 | /** |
| 17997 | * Removes a single test item from the collection. |
no outgoing calls
no test coverage detected