Skip to main content

HotTestElement

hotstaq / Modules / HotTestElement

Class: HotTestElement

A test element.

Implements​

Table of contents​

Constructors​

Properties​

Constructors​

constructor​

• new HotTestElement(name, func?, value?)

Parameters​

NameTypeDefault value
namestring | IHotTestElementundefined
funcstring""
valueanynull

Defined in​

HotTestElement.ts:82

Properties​

func​

• func: string

The name of the function to execute while executing the test.

Implementation of​

IHotTestElement.func

Defined in​

HotTestElement.ts:76


name​

• name: string

The name of the element.

Implementation of​

IHotTestElement.name

Defined in​

HotTestElement.ts:71


value​

• value: any

The value to use.

Implementation of​

IHotTestElement.value

Defined in​

HotTestElement.ts:80