keeganwitt / gmock

Automatically exported from code.google.com/p/gmock
6 stars 2 forks source link

Better document for chained answer methods #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the documentation doesn't mention chained answer methods, such as

mock.fun() returns 1  raises SomeException  returns 2
// or
mock.fun() returns 1 times 3  returns 2 times 4

We'd better include it in the documentation.

Original issue reported on code.google.com by JohnnyJianHY on 26 Mar 2012 at 10:23

GoogleCodeExporter commented 8 years ago
Issue 126 has been merged into this issue.

Original comment by JohnnyJianHY on 26 Mar 2012 at 10:24