Parser Decision Constants
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