Suite • opensavvy.prepared.suite • runTestDslSuspend
runTestDslSuspend
suspend fun TestScope.runTestDslSuspend(name: String, config: TestConfig, block: suspend TestDsl.() -> Unit)
Low-level primitive to execute a test declared as a TestDsl, when already inside a TestScope.
Regular users of the library should never need to call this function. It is only provided because it is required for people who implement their own test runner.