Node TAP
GitHub
node-tap.org
Preparing search index...
@tapjs/core
test-point
TestPoint
Class TestPoint
Object representing a single test point
ok
/
not ok
line
Index
Constructors
constructor
Properties
extra
message
name
ok
res
Constructors
constructor
new
TestPoint
(
ok
:
boolean
,
message
:
string
,
extra
?:
{
[
key
:
string
]:
any
}
,
)
:
TestPoint
Parameters
ok
:
boolean
message
:
string
Optional
extra
:
{
[
key
:
string
]:
any
}
Returns
TestPoint
Properties
extra
extra
:
{
[
key
:
string
]:
any
}
message
message
:
string
name
name
:
string
ok
ok
:
"ok "
|
"not ok "
res
res
:
Result
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
extra
message
name
ok
res
GitHub
node-tap.org
Node TAP
Loading...
Object representing a single test point
ok
/not ok
line