Skip to content

@minecraft/server-gametest


@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

readonly static suiteAll: "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

readonly static suiteDebug: "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

readonly static suiteDefault: "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

readonly static suiteDisabled: "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

readonly static suiteNextUpdate: "suite:nextupdate" = 'suite:nextupdate'

Defined in: @minecraft/server-gametest/index.d.ts:1016

Beta