Search code examples
iphoneunit-testingtddxcode4

SenTestingKit (integrated with XCode) versus GHUnit on XCode 4 for Unit Testing?


Any advice on which way to go regarding Unit Testing on XCode 4 out of SenTestingKit (the inbuild unit testing framework with XCode 4) and GHUnit? In particular:

  • With the apparent improvements to Unit Testing in XCode 4 does this mean there are no major benefits of running with GHUnit?

  • Alternatively are there some integration benefits that make a smooth development process that could be achieved using XCode's unit testing framework (SenTestingKit) as opposed to GHUnit?


Solution

  • actually got some good feedback after also polling the apple forum community here https://devforums.apple.com/message/408448#408448