Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 278 Bytes

README.md

File metadata and controls

executable file
·
7 lines (6 loc) · 278 Bytes

Unit Test

Unit test code is under 'src/test'. You can run unit test use command:

./gradlew clean testDebugUnitTest jacocoTestReportDebug

This task will run all unit test and produce both unit test report and jacoco test coverage report in 'build/reports'.