Searched refs:m_assertions (Results 1 – 6 of 6) sorted by relevance
/external/catch2/include/internal/ |
D | catch_section.cpp | 17 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section() 24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|
D | catch_section.h | 32 Counts m_assertions; variable
|
/external/libcxx/test/support/ |
D | rapid-cxx-test.hpp | 640 m_assertions(0), m_warning_failures(0), m_check_failures(0), in test_reporter() 666 ++m_assertions; in report() 732 { return m_assertions; } in assertion_count() 753 …u of %lu assertions passed.\n", m_assertions - (m_warning_failures + m_check_failures + m_require_… in print_summary() 775 std::size_t m_assertions; member in rapid_cxx_test::test_reporter
|
/external/catch2/include/reporters/ |
D | catch_reporter_bases.hpp | 242 std::vector<AssertionStats> m_assertions; member
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2314 Counts m_assertions; member in Catch::Section 7848 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section() 7855 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section() 8720 std::vector<AssertionStats> m_assertions; member
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2547 Counts m_assertions; member in Catch::Section 5298 std::vector<AssertionStats> m_assertions; member 10736 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section() 10743 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|