Search code examples
javajsonrestflickr

Mocking flickr api for better unit testing


I am creating an application,that uses Flickr's API.I wanted to know if it's possible to mock Flickr's API so that I can run my test offline.I am developing the application the application in java.


Solution

  • You should write an adapter for flickr API access only for a loose coupling and a better testability.