call

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

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


abstract suspend fun call(scope: MokkerySuspendCallScope): T(source)

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