MokkerySuspendCallScope
Provides a set of operations available in suspendable mocked function context.
Properties
Functions
Link copied to clipboard
Calls original method implementation with given args.
Link copied to clipboard
suspend fun MokkerySuspendCallScope.nextIntercept(context: MokkeryContext = MokkeryContext.Empty): Any?
Calls dev.mokkery.interceptor.MokkeryCallInterceptor.intercept on the next interceptor in the pipeline. Adds context to the next pipeline context.
Link copied to clipboard
Creates dev.mokkery.answering.FunctionScope from this MokkeryCallScope