mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Refactoring
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@57 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
30480d031a
commit
a1ea17ff9f
5 changed files with 79 additions and 60 deletions
|
|
@ -136,11 +136,6 @@ BOOST_AUTO_TEST_CASE( mock_functor_in_function_is_supported )
|
|||
BOOST_CHECK_EQUAL( 42, func( 3, "op" ) );
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE( mock_functor_name_can_be_customised )
|
||||
{
|
||||
MOCK_FUNCTOR( int( float, const std::string& ) ) f( "my functor" );
|
||||
}
|
||||
|
||||
namespace
|
||||
{
|
||||
struct functor_fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue