Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blundell/tests-app-robolectric-junit
Example Android Gradle application with Robolectric JUnit tests
https://github.com/blundell/tests-app-robolectric-junit
Last synced: 2 months ago
JSON representation
Example Android Gradle application with Robolectric JUnit tests
- Host: GitHub
- URL: https://github.com/blundell/tests-app-robolectric-junit
- Owner: blundell
- Created: 2014-07-12T08:47:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T13:37:47.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T17:44:38.040Z (2 months ago)
- Language: Java
- Homepage: http://blog.blundell-apps.com/android-gradle-app-with-robolectric-junit-tests/
- Size: 248 KB
- Stars: 40
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This shows a simple project with Robolectric Tests
Project is broken into 2 modules
`/app` - Your Android application
`/robolectric-tests` - tests for the `/app` moduleTests can be ran using one of the following:
```
./gradlew test
./gradlew check
./gradlew build
```There is an explanatory blog post here: http://blog.blundell-apps.com/android-gradle-app-with-robolectric-junit-tests/