mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Don't use MOCK_*_EXT in tests
This is not really part of the public interface anymore as the variadic functions are enough.
This commit is contained in:
parent
bd0a4cfc73
commit
3fe72f66ea
12 changed files with 55 additions and 56 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
MOCK_CLASS(my_class)
|
||||
{
|
||||
MOCK_METHOD_EXT(my_method, 1, void(int), my_method)
|
||||
MOCK_METHOD(my_method, 1, void(int), my_method)
|
||||
};
|
||||
void test_case()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue