Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method SpyStubBuilder.prototype.createForObjectMethod
import { SpyStubBuilder } from "https://deno.land/x/rhum@v2.1.0-rc.1/src/spy/spy_stub_builder.ts";

Create this spy stub for an object's method.

Returns

this behind the ISpyStubMethod interface so that only ISpyStubMethod data members can be seen/called.