(tokens: any[], fn: Function, context?: any)
| 429 | } |
| 430 | |
| 431 | static execute(tokens: any[], fn: Function, context?: any): any { |
| 432 | return TestBedImpl.INSTANCE.execute(tokens, fn, context); |
| 433 | } |
| 434 | |
| 435 | static get platform(): PlatformRef { |
| 436 | return TestBedImpl.INSTANCE.platform; |