An mock web server for mocking HTTP responses from a server, and simulating network behaviour.
Download the latest JAR or grab via Maven:
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-mock</artifactId>
<version>see.latest.version</version>
</dependency>
or Gradle:
compile 'com.squareup.retrofit2:retrofit-mock:see.latest.version'
Snapshots of the development version are available in Sonatype's snapshots
repository.