Class: Gctax_tent

gctax_tent~Gctax_tent(config)

new Gctax_tent(config)

A testable entity
Parameters:
Name Type Description
config Object configuration
Properties
Name Type Description
name string name for the testable entity
notes string notes to associate with the testable entity
vecs Array.<string> vectors to assign to this testable entity
Source:

Methods

(static) get_unknown_vecs(tent) → {Array.<string>}

Fetch the set of vectors associated with a testable entity that are unknown to this version of Ground Control
Parameters:
Name Type Description
tent module:gctax_tent~Gctax_tent a testable entity
Source:
Returns:
- unknown vector names
Type
Array.<string>

(static) is_valid(tent) → {boolean}

Validate the structure of a testable entity
Parameters:
Name Type Description
tent module:gctax_tent~Gctax_tent a testable entity
Source:
Returns:
true if the testable entity is valid
Type
boolean