nagyistoce / googlemock

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

need to be rename Argument to Arg in action names #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SetArgumentPointee() => SetArgPointee()
SetArrayArgument() => SetArrayArg()
InvokeArgument() => InvokeArg()

This makes the naming consistent as we use Arg everywhere else.

Original issue reported on code.google.com by w...@google.com on 1 Oct 2010 at 7:03

GoogleCodeExporter commented 9 years ago
In 1.6.0, we should keep both versions of the actions.  The deprecated version 
should be removed post 1.6.0.

Original comment by w...@google.com on 5 Oct 2010 at 4:49