Parser Decision Constants
Version note: this reference describes Nanook 1.x (JavaScript). Since 2.0 (March 2026) Nanook is TypeScript/ESM; Processor is now TestcaseProcessor, TDGServiceRegistry is DataGeneratorRegistry. The current reference is on this site: API reference, 3.x rows, generated from the repository.
Constants
- START_COLUMN_TESTCASE
-
The column the test cases starts. @enum {number}
- COLUMN_TYPE
-
The column the section type is located. @enum {number}
- COLUMN_FIELD_EQ_CLASS
-
The column the name of the Equivalence class is located. @enum {number}
- COLUMN_FIELD_TDG
-
The column the name of the generator calls are located. @enum {number}
- COLUMN_FIELD_COMMENT
-
The column the comment is located. @enum {number}
- COLUMN_MURO_KEY
-
MURO=MultiRow. The column where the 'key' value is located. @enum {number}
- COLUMN_MURO_OTHER
-
MURO=MultiRow. The column where the 'other' value is located. @enum {number}
- COLUMN_MURO_COMMENT
-
MURO=MultiRow. The column where the 'comment' value is located. @enum {number}
- KEY_TABLE_START
-
The identifier for the decision table. @enum {string}
START_COLUMN_TESTCASE
The column the test cases starts. @enum {number}
COLUMN_TYPE
The column the section type is located. @enum {number}
COLUMN_FIELD_EQ_CLASS
The column the name of the Equivalence class is located. @enum {number}
COLUMN_FIELD_TDG
The column the name of the generator calls are located. @enum {number}
COLUMN_FIELD_COMMENT
The column the comment is located. @enum {number}
COLUMN_MURO_KEY
MURO=MultiRow. The column where the 'key' value is located. @enum {number}
COLUMN_MURO_OTHER
MURO=MultiRow. The column where the 'other' value is located. @enum {number}
COLUMN_MURO_COMMENT
MURO=MultiRow. The column where the 'comment' value is located. @enum {number}
KEY_TABLE_START
The identifier for the decision table. @enum {string}
Kind: global constant