Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp150 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local
163 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/catch2/single_include/catch2/
Dcatch.hpp14074 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase() local
14087 writeSection( className, "", rootSection ); in writeTestCase()