Skip to content

Mode

Rasuvaeff\Understudy\Runtime\Mode

EnumPackage: rasuvaeff/understudySourceVersion: v0.4.1

Implements: UnitEnum

How an understudy answers a call no expectation matched.

Constants

ConstantTypeValueDescription
LooseRuntime\ModeAnswer with a type-safe default.
StrictRuntime\ModeFail immediately, naming the method.
ForwardingRuntime\ModeDelegate to a real instance, recording the call and its outcome.

Cases

CaseBacking value
Loose
Strict
Forwarding