Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5532 struct TestRunStats { struct
5533 TestRunStats( TestRunInfo const& _runInfo,
5537 TestRunStats( TestRunStats const& ) = default;
5538 TestRunStats( TestRunStats && ) = default;
5539 TestRunStats& operator = ( TestRunStats const& ) = default;
5540 TestRunStats& operator = ( TestRunStats && ) = default;
5541 virtual ~TestRunStats();
5785 using TestRunNode = Node<TestRunStats, TestGroupNode>;
6343 void testRunEnded(TestRunStats const& testRunStats) override;
10982 TestRunStats::TestRunStats( TestRunInfo const& _runInfo, in TestRunStats() function in Catch::TestRunStats
[all …]