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…
World traveller, app maker, code blogger.
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…
In my first conversation about iOS test driven development I discussed why we should bother writing unit tests in the first place. We found that…
iOS test driven development can still be the topic of heated debates in the developer community. Since adopting TDD I have wanted to share my…