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

Type Parameters

ReturnValue

Methods

willReturn(returnValue: ReturnValue): void
willThrow(error: IError): void