class WhenContext
<init> |
WhenContext(context: TestContext, dsl: WordSpecDsl) |
context |
val context: TestContext |
dsl |
val dsl: WordSpecDsl |
Should |
suspend infix fun String.Should(test: suspend WordScope.() -> Unit): Unit |
should |
suspend infix fun String.should(test: suspend WordScope.() -> Unit): Unit |