Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
import * as rhum from "https://deno.land/x/rhum@v2.1.0-rc.1/src/verifiers/method_verifier.ts";

Classes

Test doubles use this class to verify that their methods were called, were called with a number of args, were called with specific types of args, and so on.