* Get global provided context.
()
| 481 | * Get global provided context. |
| 482 | */ |
| 483 | public getProvidedContext(): ProvidedContext { |
| 484 | return this.getRootProject().getProvidedContext() |
| 485 | } |
| 486 | |
| 487 | /** @internal */ |
| 488 | _ensureRootProject(): TestProject { |
no test coverage detected