kotest-core / io.kotest.core / Tags

Tags

data class Tags

Constructors

<init>

Tags(included: Set<Tag>, excluded: Set<Tag>)

Properties

excluded

val excluded: Set<Tag>

included

val included: Set<Tag>

Functions

combine

fun combine(other: Tags): Tags

isActive

fun isActive(tag: Tag): Boolean
fun isActive(tags: Set<Tag>): Boolean

Companion Object Properties

Empty

val Empty: Tags

Companion Object Functions

exclude

fun exclude(vararg tags: Tag): Tags

include

fun include(vararg tags: Tag): Tags