Skip to main content
Module

x/rhum/mod.ts>Interfaces.IFake

A test double library
Go to Latest
interface Interfaces.IFake
import { type Interfaces } from "https://deno.land/x/rhum@v2.1.0-rc.1/mod.ts";
const { IFake } = Interfaces;

Type Parameters

OriginalObject

Properties

is_fake: boolean

Helper property to show that this object is a fake.

Methods

Access the method shortener to make the given method take a shortcut.