Testing in Android Part 1: Unit Tests
Using JUnit4 to write tests for business logic
Introduction
In this series of testing in Android, we’re going to learn everything we need to test android apps, starting from testing business logic to end-to-end feature testing.
We’ll start the series with the unit tests, which concentrate on testing the…