Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xUnit Testing Framework for Mac/iPhone

Does anyone know of any xUnit testing frameworks for the Mac OS, more specifically for the iPhone OS? I've seen a couple online, google-toolbox-for-mac & objcUnit, but they don't seem to have had any development on them for a long time.

Are there any Objective-C developers out there that perform unit testing and if you do what tools do you use?

like image 435
Kepboy Avatar asked Jan 23 '23 03:01

Kepboy


1 Answers

  • gh-unit is a great framework and is actively maintained. it has a GUI.
  • ocunit is bundled with Xcode.
  • XcodeUnitTestGUI which is fairly immature, but works and provides a GUI for ocunit based tests (disclaimer -- this is my project).
like image 62
nall Avatar answered Jan 26 '23 05:01

nall