Searched refs:testCaseSection (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 282 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in handleFatalErrorCondition() local 286 SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false); in handleFatalErrorCondition() 321 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in runCurrentTest() local 322 m_reporter->sectionStarting(testCaseSection); in runCurrentTest() 366 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 | 10511 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in handleFatalErrorCondition() local 10515 SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false); in handleFatalErrorCondition() 10550 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in runCurrentTest() local 10551 m_reporter->sectionStarting(testCaseSection); in runCurrentTest() 10595 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest()
|