D | |
| diagnostic [TAPDocument] |
Diagnostics are bits of text which can be associated with
either a test case itself, or within it's own diagnostic node.
|
| directive [TAPDocument] |
Tests can have directives associated with them, right now we
only support the TODO directive.
|
N | |
| node [TAPDocument] |
These are the possible nodes of the document, they are pretty
much self explanitory I think.
|
S | |
| status [TAPDocument] |
All tests have a status, which represents the passing or
failing of that particular test.
|
T | |
| t [TAPDocument] |
The document is simply a list of nodes
|