Searched refs:testCaseNode (Results 1 – 4 of 4) sorted by relevance
144 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument145 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()149 assert( testCaseNode.children.size() == 1 ); in writeTestCase()150 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
42 void writeTestCase(TestCaseNode const& testCaseNode);
9347 void writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument9348 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()9352 assert( testCaseNode.children.size() == 1 ); in writeTestCase()9353 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
5681 void writeTestCase(TestCaseNode const& testCaseNode);14068 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument14069 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()14073 assert( testCaseNode.children.size() == 1 ); in writeTestCase()14074 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()