new Gctax_tent(config)
A testable entity
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
config |
Object | configuration
Properties
|
- 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