Legoless / Alpha

Next generation debugging framework for iOS
https://github.com/Legoless/Alpha
MIT License
731 stars 45 forks source link

Add ability to mock network requests #33

Open Legoless opened 9 years ago

Legoless commented 9 years ago

If network requests mocking is enabled, requests are not performed, but returned immediately back from mock base. Base gets filled in a dynamic cache that learns request responses and caches them. When enough data is available, mocking option is available.