MokkerySuspendCallScope

Provides a set of operations available in a MokkeryCallInterceptor.intercept for suspend functions only.

Properties

Link copied to clipboard

Returns current call.

Link copied to clipboard
abstract val context: MokkeryContext
Link copied to clipboard

Equivalent of this in the scope of currently called function.

Link copied to clipboard

Returns a map of available super calls for currently called function.

Functions

Link copied to clipboard

Calls MokkeryCallInterceptor.intercept on the next interceptor in the pipeline.

Calls MokkeryCallInterceptor.intercept on the next interceptor in the pipeline. Adds context to the next pipeline context.