Creating handmade mocks is a common task many of us have to suffer through in Swift. The last thing we want to do is write is…
World traveller, app maker, code blogger.
Creating handmade mocks is a common task many of us have to suffer through in Swift. The last thing we want to do is write is…
Motivation Test doubles (sometimes referred to as mocks) are essential when writing unit tests. In Objective-C we had tools such as OCMock to ease this…