|
|
fun afterTest(f: AfterTest): Unit |
|
|
fun beforeTest(f: BeforeTest): Unit |
|
|
suspend fun context(name: String, test: suspend DescribeScope.() -> Unit): Unit |
|
|
suspend fun describe(name: String, test: suspend DescribeScope.() -> Unit): Unit |
|
|
fun it(name: String): TestBuilder
suspend fun it(name: String, test: suspend TestContext.() -> Unit): Unit |
|
|
suspend fun xdescribe(name: String, test: suspend DescribeScope.() -> Unit): Unit |
|
|
fun xit(name: String): TestBuilder
suspend fun xit(name: String, test: suspend TestContext.() -> Unit): Unit |