Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cantinac/GradleTDD

Repository files navigation

Android TDD Example with Gradle

This project is a bare-bones example of how to structure an Android project in order to practice TDD using Robolectric and a Gradle build.

Contents

app/ a bare-bones Android app
unitTest/ the unit tests that utilize Robolectric

The app module was generated with Android Studio 0.4.4. It only differs from the default settings by selecting SDK versions to support only the Android 4.x releases.

The unitTest module was created to make it possible to execute the tests with either the gradle test task or the Android Studio JUnit runner. See the README in that module for more details.

About

Demonstration of project structure for TDD with an Android gradle build and Android Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published