Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp143 using TestGroupNode = Node<TestGroupStats, TestCaseNode>; typedef
144 using TestRunNode = Node<TestRunStats, TestGroupNode>;
226 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded()
245 std::vector<std::shared_ptr<TestGroupNode>> m_testGroups;
Dcatch_reporter_junit.h40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
Dcatch_reporter_junit.cpp122 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()
/external/bcc/tests/cc/
Dcatch.hpp8633 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode; typedef
8634 typedef Node<TestRunStats, TestGroupNode> TestRunNode;
8704 Ptr<TestGroupNode> node = new TestGroupNode( testGroupStats ); in testGroupEnded()
8723 std::vector<Ptr<TestGroupNode> > m_testGroups;
9322 void writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()
9337 for( TestGroupNode::ChildNodes::const_iterator in writeGroup()
/external/catch2/single_include/catch2/
Dcatch.hpp5199 using TestGroupNode = Node<TestGroupStats, TestCaseNode>; typedef
5200 using TestRunNode = Node<TestRunStats, TestGroupNode>;
5282 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded()
5301 std::vector<std::shared_ptr<TestGroupNode>> m_testGroups;
5679 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
14046 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()