UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

7 lines (6 loc) 409 B
import { BaseThen } from "../abstractBase"; import { Ibdd_in_any } from "../../CoreTypes"; export declare class MockThen<I extends Ibdd_in_any> extends BaseThen<I> { constructor(name: string, thenCB: (val: I["iselection"]) => Promise<I["then"]>); butThen(store: I["istore"], thenCB: (s: I["iselection"]) => Promise<I["isubject"]>, testResourceConfiguration: any, pm: any): Promise<I["iselection"]>; }