Lines Matching full:tap
48 /// TAP plan representing all tests being skipped.
55 /// Implementation of the TAP parser.
72 /// Checks if a line contains a TAP plan and extracts its data.
132 /// Checks if a line contains a TAP test result and extracts its data.
173 /// Sets up the TAP parser state.
183 /// Parses an input file containing TAP output.
211 "Output did not contain any TAP plan and the program did " in parse()
235 /// Constructs a TAP summary with the results of parsing a TAP output.
238 /// \param plan_ The TAP plan.
254 /// Constructs a TAP summary for a bailed out test program.
264 /// Constructs a TAP summary for a test program that skipped all tests.
276 /// Constructs a TAP summary for a test program that reported results.
278 /// \param plan_ The TAP plan.
303 /// Gets the TAP plan of the test program.
307 /// \return The TAP plan. If 1..0, then all_skipped_reason() will have some
416 /// Parses an input file containing the TAP output of a test program.
429 throw engine::load_error(filename, "Failed to open TAP output file"); in parse_tap_output()