Class: Tags
Beta
这些众所周知的标签可用于将不同测试分类到要运行的测试套件中。
These well-known tags can be used to classify different tests into suites to run.
Properties
suiteAll
readonlystaticsuiteAll:"suite:all"='suite:all'
Beta
Remarks
表示带有该标签的测试应属于所有测试套件。
Indicates that the tagged test should be a part of all suites.
suiteDebug
readonlystaticsuiteDebug:"suite:debug"='suite:debug'
Beta
Remarks
表示带有该标签的测试应属于内部(调试)测试套件。
Indicates that the tagged test should be a part of an internal (debug) test suite.
suiteDefault
readonlystaticsuiteDefault:"suite:default"='suite:default'
Beta
Remarks
表示带有该标签的测试应属于默认测试套件。
Indicates that the tagged test should be a part of the default test suite.
suiteDisabled
readonlystaticsuiteDisabled:"suite:disabled"='suite:disabled'
Beta
Remarks
表示带有该标签的测试应属于已禁用测试套件。
Indicates that the tagged test should be a part of a suite of disabled tests.
suiteNextUpdate
readonlystaticsuiteNextUpdate:"suite:nextupdate"='suite:nextupdate'
Beta
