Preparing search index...
The search index is not available
hTest API Docs - v0.0.17
hTest API Docs
Test
Class Test
Represents a single test or a group of tests
Index
Constructors
constructor
Properties
args
check
data
expect
get
Name
level
name
original
Name
tests
Accessors
is
Group
is
Test
test
Count
Methods
warn
warn
Constructors
constructor
new
Test
(
test
:
any
,
parent
:
any
)
:
Test
Parameters
test
:
any
parent
:
any
Returns
Test
Properties
args
args
:
any
[]
check
check
:
(
actual
:
any
,
expect
:
any
)
=>
boolean
data
data
:
{}
= {}
expect
expect
:
any
get
Name
getName
:
any
level
level
:
any
name
name
:
any
original
Name
originalName
:
any
tests
tests
:
any
Accessors
is
Group
get
isGroup
()
:
boolean
Returns
boolean
is
Test
get
isTest
()
:
boolean
Returns
boolean
test
Count
get
testCount
()
:
number
Returns
number
Methods
warn
warn
(
msg
:
any
)
:
void
Parameters
msg
:
any
Returns
void
Static
warn
warn
(
...
args
:
any
[]
)
:
void
Parameters
...
args
:
any
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
args
check
data
expect
get
Name
level
name
original
Name
tests
Accessors
is
Group
is
Test
test
Count
Methods
warn
warn
hTest API Docs - v0.0.17
Loading...
Represents a single test or a group of tests