Searched refs:withName (Results 1 – 1 of 1) sorted by relevance
4753 TestCase withName( std::string const& _newName ) const;13922 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase14013 return registerTest( testCase.withName( rss.str() ) ); in registerTest()