Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5448 struct TestRunInfo { struct
5450 std::string name;
10909 TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} in TestRunInfo() function in Catch::TestRunInfo