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

Need to support other testing frameworks #8

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments
Closed

Need to support other testing frameworks #8

GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Google Mock currently requires the user to use Google Test.  This hampers
the adoption as many potential users may not be able to ditch their
existing C++ testing framework yet, or may not want to.  We should allow a
user to use Google Mock with a testing framework of his choice.

One low-cost solution is to give Google Mock an option to throw an
exception when there's a failure.  Most testing frameworks will treat
uncaught exceptions as failures, so this should work.

Original issue reported on code.google.com by shiq...@gmail.com on 16 Dec 2008 at 11:34

@GoogleCodeExporter
Copy link
Author

Original comment by zhanyong...@gmail.com on 4 Mar 2009 at 7:12

  • Added labels: Usability

@GoogleCodeExporter
Copy link
Author

Original comment by zhanyong...@gmail.com on 19 Mar 2009 at 3:47

  • Changed state: Fixed

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

No branches or pull requests

1 participant