Home
last modified time | relevance | path

Searched refs:TestCaseNode (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp142 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
143 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
215 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
244 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
Dcatch_reporter_junit.h42 void writeTestCase(TestCaseNode const& testCaseNode);
Dcatch_reporter_junit.cpp144 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()
/external/bcc/tests/cc/
Dcatch.hpp8632 typedef Node<TestCaseStats, SectionNode> TestCaseNode; typedef
8633 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()
/external/catch2/single_include/catch2/
Dcatch.hpp5198 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
5199 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()