Home
last modified time | relevance | path

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

/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp58 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()
Dcatch.hpp5805 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/
Dcatch_reporter_sonarqube.hpp58 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()
Dcatch_reporter_bases.hpp148 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;
Dcatch_reporter_junit.h40 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
Dcatch_reporter_junit.cpp116 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/libabigail/tests/lib/
Dcatch.hpp5841 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()