just

infix fun MockKStubScope<Unit, Unit>.just(runs: Runs): MockKAdditionalAnswerScope<Unit, Unit>

Part of DSL. Answer placeholder for Unit returning functions.


infix fun <T, B> MockKStubScope<T, B>.just(awaits: Awaits): MockKAdditionalAnswerScope<T, B>

Part of DSL. Answer placeholder for never returning suspend functions.