mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
aa816535b4
commit
348c60a757
5 changed files with 91 additions and 101 deletions
|
|
@ -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*/ )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue