turtle/include/turtle
Mathieu Champlon 4455222a62 Removed support for directly mocking a protected member function
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 ed36823235 might not be needed any more…
2018-04-08 15:16:49 +02:00
..
detail Fixed move in actions for gcc 2018-04-08 15:16:49 +02:00
catch.hpp Added Catch integration 2017-05-29 09:12:03 +02:00
cleanup.hpp Fixed extra semicolon warning with BOOST_GLOBAL_FIXTURE prior to Boost 1.59 2016-02-07 18:34:23 +01:00
config.hpp Fixed uncaught_exceptions usage with clang 2018-04-08 15:16:48 +02:00
constraint.hpp Added support for dereferencing in mock::equal 2018-03-12 08:33:53 +01:00
constraints.hpp Fixed clang warning 2018-04-08 15:16:48 +02:00
error.hpp Fixed build errors with Boost 1.59 2015-09-08 06:41:39 +02:00
exception.hpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
format.hpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
log.hpp Added MOCK_NO_AUTO_PTR to deactivate std::auto_ptr support 2017-03-20 11:43:18 +01:00
matcher.hpp Added support for move only types to constraints 2018-03-12 08:34:28 +01:00
mock.hpp Removed support for directly mocking a protected member function 2018-04-08 15:16:49 +02:00
object.hpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
reset.hpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
sequence.hpp Cleaned code 2015-05-23 22:22:23 +02:00
stream.hpp Changed layout to match boost 2015-03-06 06:41:12 +01:00
verify.hpp Changed layout to match boost 2015-03-06 06:41:12 +01:00