Searched refs:TestCaseNode (Results 1 – 5 of 5) sorted by relevance
145 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef146 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;218 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()247 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
42 void writeTestCase(TestCaseNode const& testCaseNode);
153 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()
8632 typedef Node<TestCaseStats, SectionNode> TestCaseNode; typedef8633 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode;8693 Ptr<TestCaseNode> node = new TestCaseNode( testCaseStats ); in testCaseEnded()8722 std::vector<Ptr<TestCaseNode> > m_testCases;9347 void writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()
5216 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef5217 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;5289 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()5318 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;5700 void writeTestCase(TestCaseNode const& testCaseNode);14135 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()