HotTestElement
hotstaq / Modules / HotTestElement
Class: HotTestElement
A test element.
Implements​
Table of contents​
Constructors​
Properties​
Constructors​
constructor​
• new HotTestElement(name
, func?
, value?
)
Parameters​
Name | Type | Default value |
---|---|---|
name | string | IHotTestElement | undefined |
func | string | "" |
value | any | null |
Defined in​
Properties​
func​
• func: string
The name of the function to execute while executing the test.
Implementation of​
Defined in​
name​
• name: string
The name of the element.
Implementation of​
Defined in​
value​
• value: any
The value to use.