UNPKG

ts-mockito

Version:
7 lines (6 loc) 160 B
export interface MethodStub { isApplicable(args: any[]): boolean; execute(args: any[]): void; getValue(): any; getGroupIndex(): number; }