Searched refs:testCaseSectionStats (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 295 SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false); in handleFatalErrorCondition() local 296 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition() 375 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest() local 376 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 6041 SectionStats testCaseSectionStats( testCaseSection, assertions, 0, false ); in handleFatalErrorCondition() local 6042 m_reporter->sectionEnded( testCaseSectionStats ); in handleFatalErrorCondition() 6108 … SectionStats testCaseSectionStats( testCaseSection, assertions, duration, missingAssertions ); in runCurrentTest() local 6109 m_reporter->sectionEnded( testCaseSectionStats ); in runCurrentTest()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 12735 SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false); in handleFatalErrorCondition() local 12736 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition() 12815 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest() local 12816 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 12878 SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false); in handleFatalErrorCondition() local 12879 m_reporter->sectionEnded(testCaseSectionStats); in handleFatalErrorCondition() 12958 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest() local 12959 m_reporter->sectionEnded(testCaseSectionStats); in runCurrentTest()
|