calvert1991/googlemock

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

Opened this issue · 1 comments

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

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