kotest-core / io.kotest.core.annotation / Ignored

Ignored

@Target([AnnotationTarget.CLASS]) annotation class Ignored

Attach tag to io.kotest.core.spec.Spec, and that spec won't be instantiated or executed.

Constructors

<init>

Attach tag to io.kotest.core.spec.Spec, and that spec won't be instantiated or executed.

Ignored()