Searched refs:rootSection (Results 1 – 6 of 6) sorted by relevance
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local 80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
|
D | catch.hpp | 16627 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local 16640 writeSection( className, "", rootSection ); in writeTestCase()
|
/external/catch2/include/reporters/ |
D | catch_reporter_sonarqube.hpp | 79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local 80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
|
D | catch_reporter_junit.cpp | 160 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local 173 writeSection( className, "", rootSection ); in writeTestCase()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9353 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local 9358 if( rootSection.childSections.empty() ) in writeTestCase() 9361 writeSection( className, "", rootSection ); in writeTestCase()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 16880 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local 16893 writeSection( className, "", rootSection ); in writeTestCase()
|