class FeatureScope
<init> |
FeatureScope(context: TestContext, dsl: SpecDsl) |
context |
val context: TestContext |
and |
suspend fun |
feature |
suspend fun feature(name: String, init: suspend FeatureScope.() -> Unit): Unit |
scenario |
suspend fun scenario(name: String, test: suspend TestContext.() -> Unit): Unitfun scenario(name: String): ScenarioBuilder |