kotest-core / io.kotest.core.test / deriveTestConfig

deriveTestConfig

fun TestCaseConfig.deriveTestConfig(enabled: Boolean? = null, tags: Set<Tag>? = null, extensions: List<TestCaseExtension>? = null, timeout: Duration? = null, enabledIf: EnabledIf? = null, invocations: Int? = null, threads: Int? = null, listeners: List<TestListener>? = null): TestCaseConfig

Creates a TestCaseConfig from the given parameters, reverting to the receiver for null parameters.