* Runs the given function in the `EnvironmentInjector` context of `TestBed`. * * @see https://angular.dev/api/core/EnvironmentInjector#runInContext
(fn: () => T)
| 141 | * @see {@link https://angular.dev/api/core/EnvironmentInjector#runInContext} |
| 142 | */ |
| 143 | runInInjectionContext<T>(fn: () => T): T; |
| 144 | |
| 145 | execute(tokens: any[], fn: Function, context?: any): any; |
| 146 |
no outgoing calls