Lines Matching defs:test_outcome
487 struct test_outcome struct
489 test_outcome() in test_outcome() function
495 test_outcome(failure_type_t type1, const char* file1, const char* func1, in test_outcome() function
504 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()
526 void trim_func_string() { in trim_func_string()