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-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

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` module

Tests 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/