Lines Matching defs:AssertData
675 struct DOCTEST_INTERFACE AssertData struct
678 const TestCaseData* m_test_case;
679 assertType::Enum m_at;
680 const char* m_file;
681 int m_line;
682 const char* m_expr;
683 bool m_failed;
686 bool m_threw;
687 String m_exception;
690 String m_decomp;
693 bool m_threw_as;
694 const char* m_exception_type;
695 const char* m_exception_string;