givenBlocking

fun <T> givenBlocking(methodCall: suspend CoroutineScope.() -> T): BDDMockito.BDDMyOngoingStubbing<T>

Alias for BDDMockito.given with a suspending lambda

Warning: Only last method call can be stubbed in the function. other method calls are ignored!