and Then Just
infix fun MockKAdditionalAnswerScope<Unit, Unit>.andThenJust(runs: Runs): MockKAdditionalAnswerScope<Unit, Unit>
Part of DSL. Answer placeholder for Unit returning functions.
infix fun <T, B> MockKAdditionalAnswerScope<T, B>.andThenJust(awaits: Awaits): MockKAdditionalAnswerScope<T, B>
Part of DSL. Answer placeholder for never returning functions.