Convert FakePasswordMangerClient to use Google Mock |
|
Issue descriptionThe 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 |
|