just
infix fun MockKStubScope<Unit, Unit>.just(runs: Runs): MockKAdditionalAnswerScope<Unit, Unit>
Content copied to clipboard
Part of DSL. Answer placeholder for Unit returning functions.
infix fun <T, B> MockKStubScope<T, B>.just(awaits: Awaits): MockKAdditionalAnswerScope<T, B>
Content copied to clipboard
Part of DSL. Answer placeholder for never returning suspend functions.