kotest-core / io.kotest.core.spec / SpecDsl / addTest

addTest

abstract val addTest: (name: String, test: suspend TestContext.() -> Unit, config: TestCaseConfig, type: TestType) -> Unit