@absolunet/ioc2.1.0

View on GitHub

Type

Test type enum.

Extends

Members

UNIT :string

Source:
Unit tests.

FEATURE :string

Source:
Feature tests.

ENDTOEND :string

Source:
End to end tests.

INTEGRATION :string

Source:
Integration tests.

Methods

get(search)

Source:
Inherited From:
Get value by key.
Parameters:
Name Type Description
search string The searched key.
Returns:
The retrieved value.
Type
*

getKey(search)

Source:
Inherited From:
Get key by value.
Parameters:
Name Type Description
search * The searched value.
Returns:
The retrieved key.
Type
string | null

keys()

Source:
Inherited From:
Get enumeration keys.
Returns:
The enumeration keys.
Type
Array.<string>

values()

Source:
Inherited From:
Get enumeration values.
Returns:
The enumeration values.
Type
Array.<*>

entries()

Source:
Inherited From:
Get enumeration entries.
Returns:
The enumeration entries.
Type
Array.<Array.<*>>