nagyistoce / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

googlemock doctor should catch wrong number of arguments in a call inside EXPECT_CALL #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Suppose a mock method has M arguments.  If the user gives it N arguments
instead in ON_CALL() or EXPECT_CALL(), gcc's template error message is not
very clear.  googlemock doctor should diagnose this.

Original issue reported on code.google.com by zhanyong...@gmail.com on 1 Oct 2009 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 27 Sep 2010 at 9:31