https://github.com/bmfe/weexsdk
eros weex android sdk.
https://github.com/bmfe/weexsdk
android weex weex-eros
Last synced: 1 day ago
JSON representation
eros weex android sdk.
- Host: GitHub
- URL: https://github.com/bmfe/weexsdk
- Owner: bmfe
- Created: 2017-08-25T08:09:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T05:39:34.000Z (over 7 years ago)
- Last Synced: 2025-05-06T08:47:54.816Z (5 months ago)
- Topics: android, weex, weex-eros
- Language: Java
- Homepage: https://bmfe.github.io/eros-docs
- Size: 25.1 MB
- Stars: 20
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Unit Test
Unit test code is under 'src/test'. You can run unit test use command:
```bash
./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'.