Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blundell/tests-app-jvm-junit
Example Android Gradle application with JVM JUnit tests
https://github.com/blundell/tests-app-jvm-junit
Last synced: about 1 month ago
JSON representation
Example Android Gradle application with JVM JUnit tests
- Host: GitHub
- URL: https://github.com/blundell/tests-app-jvm-junit
- Owner: blundell
- Created: 2014-07-10T20:20:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T21:05:01.000Z (over 10 years ago)
- Last Synced: 2024-10-15T17:47:15.512Z (3 months ago)
- Language: Java
- Homepage: http://blog.blundell-apps.com/android-gradle-app-with-jvm-junit-tests/
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This shows a simple Android Gradle project with JVM Tests
Project is broken into 2 modules
- /app - with a dependency on Android
- /core - with only a dependency on JavaRun the tests with
`./gradlew test`
Matching blog post is here: http://blog.blundell-apps.com/android-gradle-app-with-jvm-junit-tests/