FunctionWithParamTokens

export class FunctionWithParamTokens

exported from angular2/testing defined in angular2/src/testing/test_injector.ts (line 245)

Constructor

constructor(_tokens: any[], _fn: Function, isAsync: boolean)

Not Yet Documented

Members

isAsync : boolean

Not Yet Documented

execute(injector: Injector) : any

Returns the value of the executed function.

hasToken(token: any) : boolean

Not Yet Documented