mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
C++ mock object library for Boost
http://turtle.sourceforge.net
Taking a function pointer on a base member protected function is actually invalid.
This could work with a pointer on the derived class member function, that is &derived::method instead of &base::method however there is no way to pass the derived class from MOCK_BASE_CLASS to the mock::detail::base helper if template classes are to be supported.
Anyway the now documented workaround is simple enough and the same as for private member functions.
As a side note the changes from
|
||
|---|---|---|
| build | ||
| doc | ||
| include/turtle | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| appveyor.yml | ||
| index.html | ||
| Jamfile.v2 | ||
| Jamroot.jam | ||
| LICENSE_1_0.txt | ||
| README.md | ||
Turtle
Turtle is a C++ mock object library based on Boost with a focus on usability, simplicity and flexibility.
Distributed under the Boost Software License, Version 1.0.
