You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using "exactly" behavior as seen in this page:
https://code.google.com/p/mockitopp/source/browse/trunk/test/src/test_verify.cpp
?r=138
My code: ASSERT_TRUE(mock_splice(&TestInterface::kill).atLeast(1);
Following error occurs:
error: 'mockitopp::detail::dynamic_vfunction_base' is not an accessible base of 'mockitopp::detail::dynamic_vfunction<void (TestInterface::*)()>'
/usr/include/mockitopp/detail/stubbing/dynamic_vfunction.hpp:43:15: error:
'bool mockitopp::detail::dynamic_vfunction_base::atLeast(int) const' is
inaccessible
Pls share your inputs.
Thanks
Original issue reported on code.google.com by [email protected] on 10 May 2014 at 12:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 May 2014 at 12:57The text was updated successfully, but these errors were encountered: