Searched refs:TestCaseNode (Results 1 – 5 of 5) sorted by relevance
142 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef143 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;215 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()244 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
42 void writeTestCase(TestCaseNode const& testCaseNode);
144 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()
5198 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef5199 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;5271 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()5300 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;5681 void writeTestCase(TestCaseNode const& testCaseNode);14068 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()