Searched refs:testCaseSection (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 291 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in handleFatalErrorCondition() local 295 SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false); in handleFatalErrorCondition() 330 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in runCurrentTest() local 331 m_reporter->sectionStarting(testCaseSection); in runCurrentTest() 375 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 6037 … SectionInfo testCaseSection( testCaseInfo.lineInfo, testCaseInfo.name, testCaseInfo.description ); in handleFatalErrorCondition() local 6041 SectionStats testCaseSectionStats( testCaseSection, assertions, 0, false ); in handleFatalErrorCondition() 6068 … SectionInfo testCaseSection( testCaseInfo.lineInfo, testCaseInfo.name, testCaseInfo.description ); in runCurrentTest() local 6069 m_reporter->sectionStarting( testCaseSection ); in runCurrentTest() 6108 … SectionStats testCaseSectionStats( testCaseSection, assertions, duration, missingAssertions ); in runCurrentTest()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 12731 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in handleFatalErrorCondition() local 12735 SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false); in handleFatalErrorCondition() 12770 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in runCurrentTest() local 12771 m_reporter->sectionStarting(testCaseSection); in runCurrentTest() 12815 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 12874 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in handleFatalErrorCondition() local 12878 SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false); in handleFatalErrorCondition() 12913 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in runCurrentTest() local 12914 m_reporter->sectionStarting(testCaseSection); in runCurrentTest() 12958 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest()
|