class InjectSetupWrapper { constructor(_moduleDef: () => TestModuleMetadata): InjectSetupWrapper; inject(tokens: any[], fn: Function): () => any;}
InjectSetupWrapper
() => TestModuleMetadata
() => any
any[]
Function