mirror of
https://github.com/google/googletest.git
synced 2025-12-01 00:27:46 -05:00
Improves the tests for nice, naggy, and strict mocks.
This commit is contained in:
@@ -361,7 +361,8 @@ class OnCallSpec : public UntypedOnCallSpecBase {
|
||||
enum CallReaction {
|
||||
kAllow,
|
||||
kWarn,
|
||||
kFail
|
||||
kFail,
|
||||
kDefault = kWarn // By default, warn about uninteresting calls.
|
||||
};
|
||||
|
||||
} // namespace internal
|
||||
|
||||
Reference in New Issue
Block a user