suspendLazy

fun <T> CoroutineTest.suspendLazy(block: suspend TestScope.() -> T): LazySuspend<T>