Searched refs:TestGroupNode (Results 1 – 8 of 8) sorted by relevance
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 58 void writeGroup(TestGroupNode const& groupNode) { in writeGroup() 59 std::map<std::string, TestGroupNode::ChildNodes> testsPerFile; in writeGroup() 67 void writeTestFile(const char* filename, TestGroupNode::ChildNodes const& testCaseNodes) { in writeTestFile()
|
D | catch.hpp | 5805 using TestGroupNode = Node<TestGroupStats, TestCaseNode>; typedef 5806 using TestRunNode = Node<TestRunStats, TestGroupNode>; 5888 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded() 5907 std::vector<std::shared_ptr<TestGroupNode>> m_testGroups; 6305 void writeGroup(TestGroupNode const& groupNode, double suiteTime); 16583 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()
|
/external/catch2/include/reporters/ |
D | catch_reporter_sonarqube.hpp | 58 void writeGroup(TestGroupNode const& groupNode) { in writeGroup() 59 std::map<std::string, TestGroupNode::ChildNodes> testsPerFile; in writeGroup() 67 void writeTestFile(const char* filename, TestGroupNode::ChildNodes const& testCaseNodes) { in writeTestFile()
|
D | catch_reporter_bases.hpp | 148 using TestGroupNode = Node<TestGroupStats, TestCaseNode>; typedef 149 using TestRunNode = Node<TestRunStats, TestGroupNode>; 231 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded() 250 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 | 116 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/libabigail/tests/lib/ |
D | catch.hpp | 5841 using TestGroupNode = Node<TestGroupStats, TestCaseNode>; typedef 5842 using TestRunNode = Node<TestRunStats, TestGroupNode>; 5924 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded() 5943 std::vector<std::shared_ptr<TestGroupNode>> m_testGroups; 6339 void writeGroup(TestGroupNode const& groupNode, double suiteTime); 16836 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()
|