interface IMethodExpectationimport { type IMethodExpectation } from "https://deno.land/x/rhum@v2.1.0/src/interfaces.ts"; MethodstoBeCalled(expectedCalls?: number): thisSet an expectation that the given number of expected calls should be made.