class ExpectScope
<init> |
ExpectScope(context: TestContext, dsl: ExpectSpecDsl) |
context |
val context: TestContext |
context |
suspend fun context(name: String, test: suspend ExpectScope.() -> Unit): Unit |
expect |
suspend fun expect(name: String, test: suspend TestContext.() -> Unit): Unitfun expect(name: String): TestBuilder |