sinojelly / mockcpp

Two C/C++ testing tools, mockcpp and testngpp.
Apache License 2.0
67 stars 42 forks source link

EnglishManual mistake #13

Closed GoogleCodeExporter closed 3 years ago

GoogleCodeExporter commented 9 years ago
The EnglishManual had a mistake:

    Output through pointer: outBound(point, constraint) 
should be
    Output through pointer: outBoundP(point, size, constraint) 

And it's better to add examples for outBound/outBoundP into EnglishManual.
I have many foreign follows using testngpp/mockcpp.

Thanks.

Original issue reported on code.google.com by liuzhiwe...@gmail.com on 18 Jan 2013 at 4:08

sinojelly commented 3 years ago

fixed it.