Reputation: 699
My app loads list of coordinates and marks them with Map Marker. Wondering if i have to test that using any of the test class, which one that should be. Can you please point me to any link where i can find some information around the testing of these markers. Any help in this regard is very much appreciated.
Thanks
Upvotes: 0
Views: 363
Reputation: 6921
I think you can try Rolectric test framework.
You can learn how to use Rolectric from this tutorial. You can create custom shadow objects for your Maps objects, for example markers.
Upvotes: 1