Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5495 struct TestCaseStats { struct
5496 TestCaseStats( TestCaseInfo const& _testInfo,
5502 TestCaseStats( TestCaseStats const& ) = default;
5503 TestCaseStats( TestCaseStats && ) = default;
5504 TestCaseStats& operator = ( TestCaseStats const& ) = default;
5505 TestCaseStats& operator = ( TestCaseStats && ) = default;
5506 virtual ~TestCaseStats();
5618 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
5711 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded()
5783 using TestCaseNode = Node<TestCaseStats, SectionNode>;
[all …]