mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Add macros to StatementMacros
This commit is contained in:
parent
e1ac66a4c1
commit
035ad716bf
35 changed files with 5224 additions and 1208 deletions
|
|
@ -29,8 +29,11 @@ void function_under_test(T t) // T is supposed to model the previous concept
|
|||
//]
|
||||
|
||||
//[ limitations_template_method_solution
|
||||
MOCK_CLASS(mock_concept){ MOCK_METHOD(method, 1, void(int), method_int)
|
||||
MOCK_METHOD(method, 1, void(const char*), method_string) };
|
||||
MOCK_CLASS(mock_concept)
|
||||
{
|
||||
MOCK_METHOD(method, 1, void(int), method_int)
|
||||
MOCK_METHOD(method, 1, void(const char*), method_string)
|
||||
};
|
||||
//]
|
||||
} // namespace limitations_template_method_problem
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue