Searched refs:testCaseNode (Results 1 – 7 of 7) sorted by relevance
75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()78 assert(testCaseNode.children.size() == 1); in writeTestCase()79 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase()
6307 void writeTestCase(TestCaseNode const& testCaseNode);16621 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument16622 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()16626 assert( testCaseNode.children.size() == 1 ); in writeTestCase()16627 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()
154 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument155 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()159 assert( testCaseNode.children.size() == 1 ); in writeTestCase()160 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()
6341 void writeTestCase(TestCaseNode const& testCaseNode);16874 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument16875 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()16879 assert( testCaseNode.children.size() == 1 ); in writeTestCase()16880 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()