Renamed error policies no_match method to unexpected_call

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@152 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-05-07 12:01:07 +00:00
parent aa816535b4
commit 348c60a757
5 changed files with 91 additions and 101 deletions

View file

@ -22,7 +22,7 @@ namespace mock
{
throw std::runtime_error( "abort" );
}
static void no_match( const std::string& /*context*/ )
static void unexpected_call( const std::string& /*context*/ )
{}
static void missing_action( const std::string& /*context*/,
const std::string& /*file*/, int /*line*/ )