kotest-core / io.kotest.core.test / isActive

isActive

fun TestCase.isActive(): Boolean

Returns true if the given TestCase is active.

A test can be active or inactive.

A test is inactive if

Note: tags are defined either through TestCaseConfig or in the Spec dsl.