* Use consistent names for arguments of mocked method.
The basic policy is to use "mock_foo" for a method "foo".
* Use IsA in mock assert_called method variants rather than checking
call_args_list directly. It improves the readability a lot.
Change-Id: I25c11e45529327861a6c53e3166fe550ec89581f