Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface IMethodVerifier
implements IVerifier
import { type IMethodVerifier } from "https://deno.land/x/rhum@v2.1.0/src/interfaces.ts";

Interface of verifier that verifies method calls.

Properties

args: unknown[]

Property to hold the args used when the method using this verifier was called.

calls: number

Property to hold the number of times the method using this verifier was called.