(component: Type<any>, template: string)
| 153 | overridePipe(pipe: Type<any>, override: MetadataOverride<Pipe>): TestBed; |
| 154 | |
| 155 | overrideTemplate(component: Type<any>, template: string): TestBed; |
| 156 | |
| 157 | /** |
| 158 | * Overwrites all providers for the given token with the given provider definition. |
no outgoing calls
no test coverage detected