An open API service indexing awesome lists of open source software.

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.

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'.