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