Skip to main content
Go to Latest
interface Interfaces.IMethodExpectation
import { type Interfaces } from "https://deno.land/x/rhum@v2.1.0/mod.ts";
const { IMethodExpectation } = Interfaces;

Methods

toBeCalled(expectedCalls?: number): this

Set an expectation that the given number of expected calls should be made.