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();
10953 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats
10965 TestCaseStats::~TestCaseStats() = default;
12535 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest()
[all …]