Crate tapconsooomer

source ·

Structs

Marks an emergency exit of the test procedure.
The body of the TAP document.
A Directive gives some meta-data about the execution of a Test.
A Document represents the root of any TAP document. It’s the main point of interaction for users of this API.
The Plan tells how many tests will be run, or how many tests have run.
A Pragma provides information to the document parser/interpreter.
The TAP Preamble declares the start of a TAP document.
Subtests provide a way to nest one TAP14 stream inside another. This may be used in a variety of ways, depending on the test harness.
A Test declaring the result of some test-case.

Enums

Directive keys supported by Directive.
An enumeration of all possible TAP constructs that can be part of a Body.