-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ON_GLOBAL_CALL can be used to set default behavior. However, when such a mock is called, it produces a warning, cluttering the test output that uninteresting calls were performed. Such warnings can be useful in some situation, however, in many cases we can safely suppress them. gmock-global missed a way to control those warnings and ON_GLOBAL_NICE_CALL should resolve this issue. Signed-off-by: Artsiom Koltun <[email protected]>
- Loading branch information
1 parent
6552faa
commit 657fdb3
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters