fun <T> coEvery(stubBlock: suspend <Error class: unknown class>.() -> T): <Error class: unknown class><T, T> Starts a block of stubbing for coroutines. Part of DSL. Similar to every, but works with suspend functions.
Used to define what behaviour is going to be mocked.
See also