(tokens: any[], fn: Function, context?: any)
| 143 | runInInjectionContext<T>(fn: () => T): T; |
| 144 | |
| 145 | execute(tokens: any[], fn: Function, context?: any): any; |
| 146 | |
| 147 | overrideModule(ngModule: Type<any>, override: MetadataOverride<NgModule>): TestBed; |
| 148 |
no outgoing calls
no test coverage detected