Skip to content

Sample Android Project for Writing Test cases using MVP + Interactor + Jacoco + Code Coverage

Notifications You must be signed in to change notification settings

rameshkec85/UnitTestCaseDemo

Repository files navigation

Java CI with Gradle

Command:

./gradlew build testDebugUnitTestCoverage

Test Cases Report:

/app/build/reports/tests/testDebugUnitTest/index.html

Find the code coverage reports in the below path:

/app/build/reports/jacoco/testDebugUnitTestCoverage/html/index.html

#Gradle task to generate reports:

UnitTestCaseDemo>app>reporting>testDebugUnitTestCoverage

Gradle Task

Code Coverage Report

About

Sample Android Project for Writing Test cases using MVP + Interactor + Jacoco + Code Coverage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages