Skip to main content

iOS Unit Testing and Frameworks

Over the past weekend I set out to integrate a unit test framework into my current project. I ended up testing three different frameworks:

  • OCUnit
  • Google Toolbox for Mac (GTM) iPhone Unit Testing
  • GHUnit

I will provide a brief overview and pros and cons to each framework and my final conclusion.

iPhone Unit Testing Explained – Part 1

Comments