Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mocking

Using A Mock Location In Navigation App

I'm trying to develop an application that will simulate a route through Google's Navigation… Read more Using A Mock Location In Navigation App

Creating Intent In Test: "method Putextra In Android.content.intent Not Mocked"

I'm trying to unit test a broadcast receiver which listens for 'com.android.music.metachang… Read more Creating Intent In Test: "method Putextra In Android.content.intent Not Mocked"

Mocking Up Wifimanager For Android Unit Testing

I'm trying to implement some unit tests for a couple of classes that rely on WifiManager and th… Read more Mocking Up Wifimanager For Android Unit Testing