nextIntercept
fun MokkeryBlockingCallScope.nextIntercept(context: MokkeryContext = MokkeryContext.Empty): Any?(source)
suspend fun MokkerySuspendCallScope.nextIntercept(context: MokkeryContext = MokkeryContext.Empty): Any?(source)
Calls dev.mokkery.interceptor.MokkeryCallInterceptor.intercept on the next interceptor in the pipeline. Adds context to the next pipeline context.