Package-level declarations
Types
Provides access to hooks that allow registering custom MokkeryCallInterceptors in the call pipeline.
It's invoked on each mocked function call.
Simplifies creation of MokkeryCallInterceptor that does not need to change the current pipeline and only gets notified on each call.
Represents a point in the interceptors pipeline that allows registering interceptors of T.
Properties
Returns MokkeryCallHooks associated with this scope. See MokkeryCallHooks for details on hook scoping.
Returns MokkeryCallHooks associated with currently configured instance. See MokkeryCallHooks for details on hook scoping.
Functions
Creates MokkeryCallListener that invokes block on each call.
Calls dev.mokkery.interceptor.MokkeryCallInterceptor.intercept on the next interceptor in the pipeline. Adds context to the next pipeline context.