Class: Gctax_group

gctax_group~Gctax_group(config)

new Gctax_group(config)

A group of testable entities
Parameters:
Name Type Description
config Object configuration
Properties
Name Type Description
name string name for the group
notes string notes associated with the group
tents Array.<module:gctax_tent~Gctax_tent> the testable entities to group
Source:

Methods

(static) is_valid(group) → {boolean}

Validate the structure of a group
Parameters:
Name Type Description
group module:gctax_group~Gctax_group a group
Source:
Returns:
true if the group is valid
Type
boolean