Searched refs:testCaseNode (Results 1 – 1 of 1) sorted by relevance
6286 void writeTestCase(TestCaseNode const& testCaseNode);16594 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument16595 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()16599 assert( testCaseNode.children.size() == 1 ); in writeTestCase()16600 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()