Contracto is a framework for API end-to-end testing. This repo contains bindings for Retrofit - popular Android (and Java) REST client library.
To run tests, first start http server in the root directory of this project:
python -m SimpleHTTPServer 13579
and then execute:
./gradlew test