Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5784 using TestGroupNode = Node<TestGroupStats, TestCaseNode>; typedef
5785 using TestRunNode = Node<TestRunStats, TestGroupNode>;
5867 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded()
5886 std::vector<std::shared_ptr<TestGroupNode>> m_testGroups;
6284 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
16556 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()