Searched defs:assertion_entry (Results 1 – 1 of 1) sorted by relevance
41 struct assertion_entry { struct43 enum log_entry_t {49 assertion_entry() : sealed(false) in assertion_entry() function52 std::string logentry_message; // the message associated to the JUnit error/entry53 … std::string logentry_type; // the one that will get expanded in the final junit (failure, error)54 std::string output; // additional information/message generated by the assertion56 log_entry_t log_entry; // the type associated to the assertion (or error)58 bool sealed; // indicates if the entry can accept additional information