()
| 425 | } |
| 426 | |
| 427 | static resetTestingModule(): TestBed { |
| 428 | return TestBedImpl.INSTANCE.resetTestingModule(); |
| 429 | } |
| 430 | |
| 431 | static execute(tokens: any[], fn: Function, context?: any): any { |
| 432 | return TestBedImpl.INSTANCE.execute(tokens, fn, context); |
no test coverage detected