Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4753 TestCase withName( std::string const& _newName ) const;
13922 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase
14013 return registerTest( testCase.withName( rss.str() ) ); in registerTest()