Searched refs:TestGroupNode (Results 1 – 5 of 5) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_bases.hpp | 143 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;
|
D | catch_reporter_junit.h | 40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
|
D | catch_reporter_junit.cpp | 122 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 8633 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/ |
D | catch.hpp | 5199 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()
|