Class: Tags
These well-known tags can be used to classify different tests into suites to run.
Constructors
new Tags()
private
new Tags():Tags
Returns
Properties
suiteAll
static
readonly
suiteAll:"suite:all"
='suite:all'
Remarks
Indicates that the tagged test should be a part of all suites.
suiteDebug
static
readonly
suiteDebug:"suite:debug"
='suite:debug'
Remarks
Indicates that the tagged test should be a part of an internal (debug) test suite.
suiteDefault
static
readonly
suiteDefault:"suite:default"
='suite:default'
Remarks
Indicates that the tagged test should be a part of the default test suite.
suiteDisabled
static
readonly
suiteDisabled:"suite:disabled"
='suite:disabled'
Remarks
Indicates that the tagged test should be a part of a suite of disabled tests.
suiteNextUpdate
static
readonly
suiteNextUpdate:"suite:nextupdate"
='suite:nextupdate'