Interface: CanisterFixture<T>
A canister testing fixture for PocketIC that provides essential testing primitives such as an Actor and CanisterId.
See
Type parameters
• T extends ActorInterface
< T
> = ActorInterface
Properties
actor
actor:
Actor
<T
>
The Actor instance.
Source
canisterId
canisterId:
Principal
The Principal of the canister.