Asynchronous Testing with SenTestingKit
Xcode includes a testing library which is useful for unit testing. Simple unit tests are easy to manage, but it tends to be (A) perform operation, and (B) test the state of your objects. I was recently doing some asynchronous programming and wanted to build some tests against my code. A little searching led me … Read more