Searched defs:junit_log_helper (Results 1 – 1 of 1) sorted by relevance
39 struct junit_log_helper struct41 struct assertion_entry {61 std::list<std::string> system_out; // sysout: additional information62 std::list<std::string> system_err; // syserr: additional information63 std::string skipping_reason;66 std::vector< assertion_entry > assertion_entries;68 bool skipping;70 junit_log_helper(): skipping(false) in junit_log_helper() argument73 void clear() { in clear()