Skip to content
IC Reactor

TestCanisterHandlers

TestCanisterHandlers<A> = { [M in FunctionName<A>]?: TestCanisterHandler<A, M> }

Defined in: core/src/testing/test-canister.ts:35

The handlers of a test canister, by method name. A method left out rejects every call to it.

A