UNPKG

@johanblumenberg/ts-mockito

Version:
8 lines (7 loc) 194 B
export interface MethodStub { isOneshot(): boolean; isApplicable(args: any[]): boolean; execute(args: any[], thisArg: any): void; getValue(): any; getGroupIndex(): number; }