kotest-core / io.kotest.core.annotation / Tags

Tags

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

Attach tag to io.kotest.core.spec.Spec, excluded spec won't be initiated.

Constructors

<init>

Attach tag to io.kotest.core.spec.Spec, excluded spec won't be initiated.

Tags(vararg values: String)

Properties

values

vararg val values: Array<out String>