kotest-assertions-core / io.kotest.matchers.concurrent / shouldCompleteWithin

shouldCompleteWithin

fun <A> shouldCompleteWithin(timeout: Long, unit: TimeUnit, thunk: () -> A): Unit