您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
|
4 年前 | |
---|---|---|
assets | 4 年前 | |
config/quality | 4 年前 | |
libs | 4 年前 | |
src | 4 年前 | |
.gitignore | 4 年前 | |
README.md | 4 年前 | |
build.gradle | 4 年前 | |
gradle.properties | 4 年前 | |
proguard-rules.pro | 4 年前 | |
publish.sh | 4 年前 |
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'.