Improves the tests for nice, naggy, and strict mocks.

This commit is contained in:
zhanyong.wan
2013-03-01 07:10:07 +00:00
parent 20d1a235bc
commit c896504e41
5 changed files with 77 additions and 25 deletions

View File

@@ -361,7 +361,8 @@ class OnCallSpec : public UntypedOnCallSpecBase {
enum CallReaction {
kAllow,
kWarn,
kFail
kFail,
kDefault = kWarn // By default, warn about uninteresting calls.
};
} // namespace internal