commit | a8ec238b7aee22fbf2188c8060a149c7027a4942 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue Aug 11 16:19:58 2020 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Tue Aug 11 21:23:50 2020 +0000 |
tree | c7dd57cac1fa84fb03ee31ce5d87acf34f1c34aa | |
parent | 18ade9cdc33416b0b7e1ed490e6cc153ad9bc565 [diff] |
Avoid mocking Guava caches in tests Guava caches are annotated with @DoNotMock and therefore mocking them in tests results in a errorprone violation. Some of the mock-intensive tests are not possible anymore and other tests are adapted to use a real cache object. Bug: Issue 13263 Change-Id: I485b0018c81f778d0244ac513432db01e021c295