kotest-core / io.kotest.core.spec.style / ShouldSpecDsl / Testbuilder

Testbuilder

class Testbuilder

Constructors

<init>

Testbuilder(specDsl: SpecDsl, register: (suspend TestContext.() -> Unit, TestCaseConfig) -> Unit)

Functions

config

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