mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Removed call notifications upon mock object destruction
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@690 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
69b58ee09d
commit
86319a23d5
4 changed files with 0 additions and 19 deletions
|
|
@ -167,14 +167,12 @@ BOOST_FIXTURE_TEST_CASE( verifying_an_unlimited_expectation_succeeds, error_fixt
|
|||
BOOST_CHECK( f.verify() );
|
||||
CHECK_CALLS( 0 );
|
||||
}
|
||||
CHECK_CALLS( 1 );
|
||||
{
|
||||
mock::detail::function< int( int, const std::string& ) > f;
|
||||
f.expect();
|
||||
BOOST_CHECK( f.verify() );
|
||||
CHECK_CALLS( 0 );
|
||||
}
|
||||
CHECK_CALLS( 1 );
|
||||
}
|
||||
|
||||
BOOST_FIXTURE_TEST_CASE( verifying_a_once_expectation_after_one_call_succeeds, error_fixture )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue