kotest-core / io.kotest.core.test / TestCase / test

test

val test: suspend TestContext.() -> Unit fun test(description: Description, spec: Spec, test: suspend TestContext.() -> Unit): TestCase

Creates a TestCase of type TestType.Test, with default config, and derived source ref.