mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Updated documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@601 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
6491d11d19
commit
b4b9d732d3
4 changed files with 109 additions and 46 deletions
|
|
@ -48,6 +48,13 @@ Despite being often considered harmful they also provide a number of advantages
|
|||
* they make the interface homogeneous (MOCK_FUNCTOR, MOCK_CLASS)
|
||||
* line number and file name can be added for logging purposes (MOCK_EXPECT)
|
||||
|
||||
Variadic macros are available for fairly recent compilers and provide a smoother user interface :
|
||||
|
||||
* they help seemlessly support arguments containing commas (MOCK_BASE_CLASS)
|
||||
* they make some of the parameters optional (MOCK_METHOD)
|
||||
|
||||
An alternate more portable set of macros is provided for maximum portability if needed.
|
||||
|
||||
[endsect]
|
||||
|
||||
[endsect]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue