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

Constructor

new(id:String)

Creates a new TestTag instance.

Parameters:

id

ID of the test tag.

Variables

read onlyid:String

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