Home
last modified time | relevance | path

Searched defs:junit_log_helper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/test/output/
Djunit_log_formatter.hpp39 struct junit_log_helper struct
41 struct assertion_entry {
61 std::list<std::string> system_out; // sysout: additional information
62 std::list<std::string> system_err; // syserr: additional information
63 std::string skipping_reason;
66 std::vector< assertion_entry > assertion_entries;
68 bool skipping;
70 junit_log_helper(): skipping(false) in junit_log_helper() argument
73 void clear() { in clear()