Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6286 void writeTestCase(TestCaseNode const& testCaseNode);
16594 void JunitReporter::writeTestCase( TestCaseNode const& testCaseNode ) { in writeTestCase() argument
16595 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
16599 assert( testCaseNode.children.size() == 1 ); in writeTestCase()
16600 SectionNode const& rootSection = *testCaseNode.children.front(); in writeTestCase()