Updated documentation

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@575 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-11-04 00:57:45 +00:00
parent 2d49f5958f
commit 2b0ef7328c
4 changed files with 97 additions and 111 deletions

View file

@ -46,7 +46,7 @@ Despite being often considered harmful they also provide a number of advantages
* they pack a lot of code and hide implementation details (MOCK_BASE_CLASS, MOCK_METHOD)
* they make the interface homogeneous (MOCK_FUNCTOR, MOCK_CLASS)
* line number and file can be added for logging purposes (MOCK_EXPECT)
* line number and file name can be added for logging purposes (MOCK_EXPECT)
[endsect]