class ShouldScope
Testbuilder |
inner class Testbuilder |
<init> |
ShouldScope(context: TestContext, dsl: SpecDsl) |
context |
val context: TestContext |
invoke |
suspend operator fun String.invoke(init: suspend ShouldScope.() -> Unit): Unit |
should |
suspend fun should(name: String, test: suspend TestContext.() -> Unit): Unitsuspend fun should(name: String): Testbuilder |