Favor adapter classes over service interfaces in unit tests
In unit tests that are mocking an entire interface, instead extend the Adapter class so the unused method overrides are no longer needed. Change-Id: I6e332cc5cb59410f163deea223fbc94e73d83917
Showing
8 changed files
with
62 additions
and
219 deletions
-
Please register or login to post a comment