Searched refs:testCaseNode (Results 1 – 1 of 1) sorted by relevance
9411 void writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument9412 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()9416 assert( testCaseNode.children.size() == 1 ); in writeTestCase()9417 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()