call

abstract fun call(scope: MokkeryCallScope): T(source)


open override fun call(scope: MokkeryBlockingCallScope): T(source)

Provides a return value for a blocking function call with given scope.


open suspend override fun call(scope: MokkerySuspendCallScope): T(source)

Provides a return value for a suspend function call with given scope.