Test-Driven iOS Development
BrowseOverflow using OCHamcrest/OCMockito I recently came to Graham Lee's book Test-Driven iOS Development when looking for an in-depth look on unit testing. The Book doesn't make use of mock objects but using what is coming with every Xcode installation - OCUnit/SenTestingKit. The unit testing environment lacks mock objects, so [...]