A sample android starter project to demonstrate the integration of the following tools:
- Automation: Gradle
- Testing: Android Testing Framework, Robotium, Roboelectric (JUnit, Android)
- Continuous Integration: TravisCI
- adding testing-only project dependencies
- using square spoon to run integraton tests
- writing android tests with robotium
- writing junit tests with robolectric
- android tests can be run with only Robotium use "gradle connectedAndroidTest"
- Android tests can be run with Robotium and Spoon "gradle spoon"
- Robolectric junit tests can be run with "gradle clean test"