Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 236 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 236 Bytes

Mocking Alamofire

A simple example showing how to override the URLProtocol to return mock data on Alamofire responses. Helpful if you are looking for a simple way to mock an Alamofire response, with out any additional dependencies.