Home
last modified time | relevance | path

Searched refs:rootSection (Results 1 – 6 of 6) sorted by relevance

/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local
80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
Dcatch.hpp16627 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local
16640 writeSection( className, "", rootSection ); in writeTestCase()
/external/catch2/include/reporters/
Dcatch_reporter_sonarqube.hpp79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local
80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
Dcatch_reporter_junit.cpp160 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local
173 writeSection( className, "", rootSection ); in writeTestCase()
/external/bcc/tests/cc/
Dcatch.hpp9353 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/
Dcatch.hpp16880 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local
16893 writeSection( className, "", rootSection ); in writeTestCase()