UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

3 lines (2 loc) 262 B
import "reflect-metadata"; export declare function TestCases(caseArguments: (() => IterableIterator<any> | Array<Array<any>>) | IterableIterator<any> | Array<Array<any>>): (target: object, propertyKey: string, descriptor?: TypedPropertyDescriptor<any>) => void;