class WhenAndContext
<init> |
WhenAndContext(context: TestContext, dsl: BehaviorSpecDsl) |
context |
val context: TestContext |
And |
suspend fun And(name: String, test: suspend WhenAndContext.() -> Unit): Unit |
and |
suspend fun and(name: String, test: suspend WhenAndContext.() -> Unit): Unit |
Then |
suspend fun Then(name: String, test: suspend ThenContext.() -> Unit): Unit |
then |
suspend fun then(name: String, test: suspend ThenContext.() -> Unit): Unitfun then(name: String): TestScope |