Testing on Android
Unit Tests JUnit Tests There’s no reason you can’t use normal JUnit 4 testing for Android applications… as long as you stay away from anything Android. Normally you compile against the SDK’s android.jar, which contains nothing but stubbed methods that throw exceptions when run. When you actually upload [...]