kotest-core / io.kotest.core.spec / TestConfiguration / include

include

fun include(factory: TestFactory): Unit

Include the tests from the given TestFactory in this configuration.

fun include(prefix: String, factory: TestFactory): Unit

Includes the tests from the given TestFactory with the root tests of the factory given the prefix.