Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Java

Run the tests with

`./gradlew test`

Matching blog post is here: http://blog.blundell-apps.com/android-gradle-app-with-jvm-junit-tests/