Interface MessageParserPluginExample

Hierarchy

  • MessageParserPluginExample

Properties

after?: string

Text content after plugin.

argument?: string

The plugin argument content.

before?: string

Text content before plugin.

expectedError?: string

The expected plugin error message.

expectedErrorCode?: ParseTreeNodeErrorCode

The expected error code of the parser.

expectedOutput?: string

The expected string.

hideOutput?: boolean

Hide the output (because it is time dependent/random etc.).

scope?: string

The plugin scope content.

Generated using TypeDoc