inner class Testbuilder
<init> |
Testbuilder(register: suspend (suspend TestContext.() -> Unit, TestCaseConfig) -> Unit) |
register |
val register: suspend (suspend TestContext.() -> Unit, TestCaseConfig) -> Unit |
config |
suspend fun config(enabled: Boolean? = null, invocations: Int? = null, threads: Int? = null, tags: Set<Tag>? = null, timeout: Duration? = null, extensions: List<TestCaseExtension>? = null, enabledIf: EnabledIf? = null, test: suspend TestContext.() -> Unit): Unit |