Searched refs:TestCaseNode (Results 1 – 8 of 8) sorted by relevance
147 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef148 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;220 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()249 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
42 void writeTestCase(TestCaseNode const& testCaseNode);
75 void writeTestCase(TestCaseNode const& testCaseNode) { in writeTestCase()
154 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()
5804 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef5805 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;5877 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()5906 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;6307 void writeTestCase(TestCaseNode const& testCaseNode);16621 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()
5840 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef5841 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;5913 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()5942 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;6341 void writeTestCase(TestCaseNode const& testCaseNode);16874 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()