(directive: Type<any>, override: MetadataOverride<Directive>)
| 343 | } |
| 344 | |
| 345 | static overrideDirective(directive: Type<any>, override: MetadataOverride<Directive>): TestBed { |
| 346 | return TestBedImpl.INSTANCE.overrideDirective(directive, override); |
| 347 | } |
| 348 | |
| 349 | static overridePipe(pipe: Type<any>, override: MetadataOverride<Pipe>): TestBed { |
| 350 | return TestBedImpl.INSTANCE.overridePipe(pipe, override); |
nothing calls this directly
no test coverage detected