New issue
Advanced search Search tips

Issue 908129 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Convert FakePasswordMangerClient to use Google Mock

Project Member Reported by ioanap@chromium.org, Nov 23

Issue description

The current implementation of the FakePasswordManagerClient sets and resets bools to check if methods within it are called. This results in error-prone code, since the bools have to be manually reset and there is no warning mechanism to signal unexpected calls.

The fake client and the tests in which is used should be changed to use Google Mock instead.
 

Sign in to add a comment