You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
assets | 4 years ago | |
config/quality | 4 years ago | |
libs | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
build.gradle | 4 years ago | |
gradle.properties | 4 years ago | |
proguard-rules.pro | 4 years ago | |
publish.sh | 4 years ago |
README.md
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'.