Open danielchristopher1 opened 8 years ago
It is completely unclear how to use MockRetrofit to mock API responses. Will documentation be added?
there's some unofficial documentation here - http://riggaroo.co.za/retrofit-2-mocking-http-responses/
but something more official would be nice!
There's also the unit tests: https://github.com/square/retrofit/blob/master/retrofit-mock/src/test/java/retrofit2/mock/BehaviorDelegateTest.java and sample: https://github.com/square/retrofit/blob/master/samples/src/main/java/com/example/retrofit/SimpleMockService.java
It is completely unclear how to use MockRetrofit to mock API responses. Will documentation be added?