Skip to content

Grivus/gmock-more-args

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

gmock-more-args

This header-only library add gmock functionality for methods with number of arguments from 11 up to 15.

USING

Syntaxis is exactly the same as in gmock. For example, to mock method methodWith11Args with 11 int arguments and int result you have to write declaration:

...
MOCK_METHOD11(methodWith11Args, int(int, int, int, int, int, int, int, int, int, int, int));

About

Additional arguments count for gmock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages