Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5783 using TestCaseNode = Node<TestCaseStats, SectionNode>; typedef
5784 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5856 auto node = std::make_shared<TestCaseNode>(testCaseStats); in testCaseEnded()
5885 std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
6286 void writeTestCase(TestCaseNode const& testCaseNode);
16594 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase()