Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 737 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 737 Bytes

android-unit-tests

Work in progress!

Basic Android project template that uses Jacoco, Mockito and JUnit for unit testing and code coverage.

// Runs unit tests
gradlew clean test
gradlew clean check
gradlew clean build

// Prepares code coverage report
gradlew clean jacocoTestReport

Usefil links