mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed errors tests
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@388 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
f6e0916dbd
commit
7248b2867b
5 changed files with 5 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ namespace
|
||||||
{
|
{
|
||||||
MOCK_CLASS( my_class )
|
MOCK_CLASS( my_class )
|
||||||
{
|
{
|
||||||
MOCK_METHOD_EXT( my_method, 0, void( int ), my_method )
|
MOCK_METHOD_EXT( my_method, 1, void( int ), my_method )
|
||||||
};
|
};
|
||||||
void test_case()
|
void test_case()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ namespace
|
||||||
{
|
{
|
||||||
MOCK_CLASS( my_class )
|
MOCK_CLASS( my_class )
|
||||||
{
|
{
|
||||||
MOCK_METHOD_EXT( my_method, 0, void( int ), my_method )
|
MOCK_METHOD_EXT( my_method, 1, void( int ), my_method )
|
||||||
};
|
};
|
||||||
void test_case()
|
void test_case()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ namespace
|
||||||
{
|
{
|
||||||
MOCK_CLASS( my_class )
|
MOCK_CLASS( my_class )
|
||||||
{
|
{
|
||||||
MOCK_METHOD_EXT( my_method, 0, void( int ), my_method )
|
MOCK_METHOD_EXT( my_method, 1, void( int ), my_method )
|
||||||
};
|
};
|
||||||
struct custom_constraint
|
struct custom_constraint
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ namespace
|
||||||
{
|
{
|
||||||
MOCK_CLASS( my_class )
|
MOCK_CLASS( my_class )
|
||||||
{
|
{
|
||||||
MOCK_METHOD_EXT( my_method, 0, std::string(), my_method )
|
MOCK_METHOD_EXT( my_method, 0, std::string(), my_method )
|
||||||
};
|
};
|
||||||
void test_case()
|
void test_case()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ namespace
|
||||||
{
|
{
|
||||||
MOCK_CLASS( my_class )
|
MOCK_CLASS( my_class )
|
||||||
{
|
{
|
||||||
MOCK_METHOD_EXT( my_method, 0, void( int ), my_method )
|
MOCK_METHOD_EXT( my_method, 1, void( int ), my_method )
|
||||||
};
|
};
|
||||||
void test_case()
|
void test_case()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue