every

fun <T> every(stubBlock: <Error class: unknown class>.() -> T): <Error class: unknown class><T, T>

Starts a block of stubbing. Part of DSL.

Used to define what behaviour is going to be mocked.

Samples

See also

Coroutine version.