class ScenarioBuilder
<init> |
ScenarioBuilder(name: String, context: TestContext, dsl: SpecDsl) |
context |
val context: TestContext |
dsl |
val dsl: SpecDsl |
name |
val name: String |
config |
suspend fun config(enabled: Boolean? = null, invocations: Int? = null, threads: Int? = null, tags: Set<Tag>? = null, timeout: Duration? = null, extensions: List<TestCaseExtension>? = null, enabledIf: EnabledIf? = null, test: suspend TestContext.() -> Unit): Unit |