Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/doctest/
Ddoctest.h673 struct DOCTEST_INTERFACE AssertData struct
676 const TestCaseData* m_test_case;
677 assertType::Enum m_at;
678 const char* m_file;
679 int m_line;
680 const char* m_expr;
681 bool m_failed;
684 bool m_threw;
685 String m_exception;
688 String m_decomp;
[all …]