Doctest_tests/doctest.h [635:641]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - const char* m_test_suite; // the test suite in which the test was added const char* m_description; bool m_skip; bool m_may_fail; bool m_should_fail; int m_expected_failures; double m_timeout; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Doctest_tests/doctest.h [1213:1219]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - const char* m_test_suite; const char* m_description; bool m_skip; bool m_may_fail; bool m_should_fail; int m_expected_failures; double m_timeout; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -