keeganwitt / gmock

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

Support for wild card character #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Example:

mock.method(_).returns(1) // It will match any number of any parameter

Original issue reported on code.google.com by JohnnyJianHY on 24 Dec 2010 at 1:53