Generator Switch Section Definition
BaseSectionDefinition
GeneratorSwitchSectionDefinition ⇐ A FilterSection is used to filter test cases when the data generator creates the data out of theses tables.
Kind: global class
Extends: BaseSectionDefinition
- GeneratorSwitchSectionDefinition ⇐
BaseSectionDefinition
- .generatorNames
- .values
- .comments
- .validate() ⇒
array
generatorSwitchSectionDefinition.generatorNames
Stores the names of the filter processors by there row id
Kind: instance property of GeneratorSwitchSectionDefinition
generatorSwitchSectionDefinition.values
Stores the filter expressions by there rowId
Kind: instance property of GeneratorSwitchSectionDefinition
generatorSwitchSectionDefinition.comments
Stores the comment entries by there there rowID
Kind: instance property of GeneratorSwitchSectionDefinition
array
generatorSwitchSectionDefinition.validate() ⇒ Validates this section definition.
- each key field must exists
- the key values should be unique
Kind: instance method of GeneratorSwitchSectionDefinition
Returns: array
- issues An array of issues found