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
Original issue reported on code.google.com by
shiq...@gmail.com
on 16 Dec 2008 at 11:34