Home
last modified time | relevance | path

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

/third_party/boost/boost/test/output/
Djunit_log_formatter.hpp41 struct assertion_entry { struct
43 enum log_entry_t {
49 assertion_entry() : sealed(false) in assertion_entry() function
52 std::string logentry_message; // the message associated to the JUnit error/entry
53 … 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 assertion
56 log_entry_t log_entry; // the type associated to the assertion (or error)
58 bool sealed; // indicates if the entry can accept additional information