keeganwitt / gmock

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

Support matchParams matcher #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

mock.method(matchParams{ it.size() == 2 && it[0] == "hello"})

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