@minecraft/server-gametest / Tags
Class: Tags
Defined in: @minecraft/server-gametest/index.d.ts:986
Beta
These well-known tags can be used to classify different tests into suites to run.
Properties
suiteAll
readonlystaticsuiteAll:"suite:all"='suite:all'
Defined in: @minecraft/server-gametest/index.d.ts:994
Beta
Remarks
Indicates that the tagged test should be a part of all suites.
suiteDebug
readonlystaticsuiteDebug:"suite:debug"='suite:debug'
Defined in: @minecraft/server-gametest/index.d.ts:1001
Beta
Remarks
Indicates that the tagged test should be a part of an internal (debug) test suite.
suiteDefault
readonlystaticsuiteDefault:"suite:default"='suite:default'
Defined in: @minecraft/server-gametest/index.d.ts:1008
Beta
Remarks
Indicates that the tagged test should be a part of the default test suite.
suiteDisabled
readonlystaticsuiteDisabled:"suite:disabled"='suite:disabled'
Defined in: @minecraft/server-gametest/index.d.ts:1015
Beta
Remarks
Indicates that the tagged test should be a part of a suite of disabled tests.
suiteNextUpdate
readonlystaticsuiteNextUpdate:"suite:nextupdate"='suite:nextupdate'
Defined in: @minecraft/server-gametest/index.d.ts:1016
Beta