Searched defs:test_outcome (Results 1 – 1 of 1) sorted by relevance
487 struct test_outcome struct489 test_outcome() in test_outcome() argument495 test_outcome(failure_type_t type1, const char* file1, const char* func1, in test_outcome() function504 failure_type_t type;505 const char *file;506 const char *func;507 std::size_t line;508 const char *expression;509 const char *message;512 void trim_file_string() { in trim_file_string()[all …]