Tag Section Definition
BaseSectionDefinition
TagSectionDefinition ⇐ This section enables the user to add lables to test cases. These lables could be used to filter test cases with the FilterSection.
Kind: global class
Extends: BaseSectionDefinition
- TagSectionDefinition ⇐
BaseSectionDefinition
- .tags
- .comments
- .others
- .validate() ⇒
array
tagSectionDefinition.tags
stores the 'tag' entries by there there rowID
Kind: instance property of TagSectionDefinition
tagSectionDefinition.comments
stores the 'comment' entries by there there rowID
Kind: instance property of TagSectionDefinition
tagSectionDefinition.others
stores the 'others' entries by there there rowID
Kind: instance property of TagSectionDefinition
array
tagSectionDefinition.validate() ⇒ Validates this section definition.
- each key field must exists
- the key values should be unique
Kind: instance method of TagSectionDefinition
Returns: array
- issues An array of issues found