TestTag

open class TestTag(source)

Tags can be associated with TestItems and TestRunProfiles. A profile with a tag can only execute tests that include that tag in their TestItem.tags array.

Online Documentation

Constructors

Link copied to clipboard
constructor(id: String)

Creates a new TestTag instance.

Properties

Link copied to clipboard
val id: String

ID of the test tag. TestTag instances with the same ID are considered to be identical.