Skip to content

Companion code for my Medium.com article: Writing a Fully Unit Testable Android App

License

Notifications You must be signed in to change notification settings

oliverspryn/android-unit-tests

Repository files navigation

Android Unit Tests

Build Status Codacy Badge Maintainability Coverage Status Known Vulnerabilities

Companion code for my Medium.com article: Writing a Fully Unit Testable Android App

Running the Application

To build this application, simply run:

./gradlew assembleDebug

The output is shown in app/build/outputs/apk/debug/app-debug.apk

Running unit tests and extracting the coverage report is also just as easy:

./gradlew test

The coverage reports appear in app/build/reports/jacoco/jacocoTestReport

About

Companion code for my Medium.com article: Writing a Fully Unit Testable Android App

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages