goldy1992 / Mp3Player

An open source Android MP3 Player
GNU General Public License v3.0
18 stars 3 forks source link

Eliminate dpendency on Powermock #56

Closed goldy1992 closed 5 years ago

goldy1992 commented 5 years ago

1) Try to use robolectric library instead of mocking static method 2) Replace the Whitebox.setPrimateMember method with the Apache commons reflect librart FieldUtils.setPrivateField method

If able to eliminate all dependencies then me can remove dependencies from build.gradle file

goldy1992 commented 5 years ago

Removed dependencies and committed to develop