I wanted to start a new project, and use unit testing. On the GNUstep website,--I found 4 frameworks for unit testing:
- OCUnit, built in to Apple Xcode and open sourced. Version 27 (pretty old) has been tested with GNUstep
- UnitKit, common for Mac OS X until OCUnit was built into Xcode. Now ported to Etoile.
- ObjCUnit, a Mac OS X framework that has been ported to GNUstep.
- TestKit, an inactive framework.
On the mailing list, there was a discussion on unit testing in september 2013, so reasonably recent but inconclusive as to what is the easiest one to use (installation and usage).
Or are they more or less equal and is it just a question of personnal preference?
Thanks,