kotest-core / io.kotest.core.spec.style / FunSpecDsl / ContextScope / TestBuilder

TestBuilder

inner class TestBuilder

Constructors

<init>

TestBuilder(name: String)

Properties

name

val name: String

Functions

config

suspend fun config(enabled: Boolean? = null, tags: Set<Tag>? = null, timeout: Duration? = null, extensions: List<TestCaseExtension>? = null, enabledIf: EnabledIf? = null, test: suspend TestContext.() -> Unit): Unit