Searched defs: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()  local375         SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions);  in runCurrentTest()  local
 
 | 
| /external/bcc/tests/cc/ | 
| D | catch.hpp | 6041             SectionStats testCaseSectionStats( testCaseSection, assertions, 0, false );  in handleFatalErrorCondition()  local6108 …     SectionStats testCaseSectionStats( testCaseSection, assertions, duration, missingAssertions );  in runCurrentTest()  local
 
 | 
| /external/libabigail/tests/lib/ | 
| D | catch.hpp | 12878         SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false);  in handleFatalErrorCondition()  local12958         SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions);  in runCurrentTest()  local
 
 | 
| /external/catch2/single_include/catch2/ | 
| D | catch.hpp | 12735         SectionStats testCaseSectionStats(testCaseSection, assertions, 0, false);  in handleFatalErrorCondition()  local12815         SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions);  in runCurrentTest()  local
 
 |