Tag:unit-tests
All the articles with the tag "unit-tests".
Mockirinha - a approach to write unit test for API requests
Posted on:March 7, 2024 at 12:00 PMWhen writing unit tests in iOS applications using Swift, the question often arises about how to abstract API responses to cover all possible outcomes. There are various strategies and levels of testing we want to perform. This post implements a model for one such approach.
MVVM and Tests
Posted on:August 1, 2016 at 03:22 PMHow to build a extension to NSURLRequest generate a cURL command to debug API call