Possible Enhancement:
I have legacy code that uses exceptions from collaborating classes.
I would like to do something like:
EXPECT_CALL(obj, func())
.Times(1)
.WillOnce(Throw(MyException()));
I have some prototypes working but have more to do.
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by ecurbks...@gmail.com on 25 Dec 2008 at 4:34
Original issue reported on code.google.com by
ecurbks...@gmail.com
on 25 Dec 2008 at 4:34