wangyu5 / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Need to support other testing frameworks #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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