Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"exactly"behavior verification throws error. #17

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Open

"exactly"behavior verification throws error. #17

GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Labels

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Dupe of issue : https://code.google.com/p/mockitopp/issues/detail?id=11

Original comment by [email protected] on 10 May 2014 at 5:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants