$ git clone https://github.com/euphony-io/euphony.git
$ cd euphony/
> gradlew build
$ ./gradlew build
- AAR result files: ./euphony/build/outputs/aar
> gradlew test
$ ./gradlew test
- HTML test result files: ./euphony/build/reports/tests
- XML test result files: ./euphony/build/test-results
- Tests failed because the results of Expected and Actual are different
Expected : hello
Actual : hell