Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp5448 struct TestRunInfo { struct
5449 TestRunInfo( std::string const& _name );
5533 TestRunStats( TestRunInfo const& _runInfo,
5543 TestRunInfo runInfo;
5731 LazyStat<TestRunInfo> currentTestRunInfo;
5805 void testRunStarting( TestRunInfo const& ) override {} in testRunStarting()
6271 void testRunStarting(TestRunInfo const& runInfo) override;
6325 void testRunStarting(TestRunInfo const& testInfo) override;
8076 TestRunInfo m_runInfo;
10909 TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} in TestRunInfo() function in Catch::TestRunInfo
[all …]