Alasdair Mackintosh reported:
I have the following construct:
EXPECT_ALL(mock, GetValue()).DoAll(Invoke(f1), Invoke(f2));
This will invoke f1, then invoke f2. The result of calling
mock.GetValue() will be whatever f2 returns.
The result of f1 is ignored. However, if f1 is not a void method, you
get a rather incomprehensible set of compiler error messages that
gMock doctor can't understand.
Original issue reported on code.google.com by zhanyong...@gmail.com on 12 Jun 2009 at 12:38
Original issue reported on code.google.com by
zhanyong...@gmail.com
on 12 Jun 2009 at 12:38