xUnit Testing Framework for Mac/iPhone

iphone, macos, objective-c, unit-testing

Solution

- 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).

Problem

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?

Original source