Node TAP
GitHub
node-tap.org
Preparing search index...
tap-parser
result
Result
Class Result
A representation of a TestPoint result, with diagnostics if present.
Index
Constructors
constructor
Properties
buffered
closing
Test
Point
diag
fullname
id
name
ok
plan
previous
skip
tap
Error
time
todo
Constructors
constructor
new
Result
(
parsed
:
string
[]
,
parser
:
Parser
)
:
Result
Parameters
parsed
:
string
[]
parser
:
Parser
Returns
Result
Properties
buffered
buffered
:
boolean
= false
closing
Test
Point
closingTestPoint
:
boolean
= false
diag
diag
:
any
= null
fullname
fullname
:
string
= ''
id
id
:
number
= 0
name
name
:
string
= ''
ok
ok
:
boolean
plan
plan
:
null
|
Plan
= null
previous
previous
:
null
|
Result
= null
skip
skip
:
string
|
boolean
= false
tap
Error
tapError
:
null
|
string
= null
time
time
:
null
|
number
= null
todo
todo
:
string
|
boolean
= false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
buffered
closing
Test
Point
diag
fullname
id
name
ok
plan
previous
skip
tap
Error
time
todo
GitHub
node-tap.org
Node TAP
Loading...
A representation of a TestPoint result, with diagnostics if present.