Hello, I have an assignment in my university to cr...
# server
u
Hello, I have an assignment in my university to create an app working with Twitter API and test it with mock server. I've decided to use
Fuel
for requests and
Restito
for testing. Although the program seems to work fine, I can't test it, because
Fuel
request gets 404 response. My only thought is that `Restito`'s listener can't catch these, but I'm not sure. Is there any way to make them work together or any alternative testing framework for REST?