Using Android Sdk Classes In Unit Tests
I started creating unit tests for my Android project. I understand the difference between unit tests and instrumentation tests. In my code I use android SDK's android.location.Loca
Solution 1:
Well I believe to have the answer with Roboelectric's shadow classes!
Post a Comment for "Using Android Sdk Classes In Unit Tests"