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

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.