import { type IMock } from "https://deno.land/x/rhum@v2.1.0/src/interfaces.ts";
Properties
calls: MockMethodCalls<OriginalObject>
Property to track method calls.
Methods
expects(method: MethodOf<OriginalObject>): IMethodExpectation
Access the method expectation creator to create an expectation for the given method.
method(method: MethodOf<OriginalObject>): IMethodChanger
Access the method pre-programmer to change the behavior of the given method.