Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp9411 void writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument
9412 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
9416 assert( testCaseNode.children.size() == 1 ); in writeTestCase()
9417 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()