prepared¶
fun <T> prepared(
context: CoroutineContext = EmptyCoroutineContext,
display: Display = Display.Short,
block: suspend TestDsl.() -> T
): PreparedProvider<T>
fun <T> prepared(
context: CoroutineContext = EmptyCoroutineContext,
display: Display = Display.Short,
block: suspend TestDsl.() -> T
): PreparedProvider<T>