views:

181

answers:

2

I'm looking into unit testing and TDD for a Cocoa desktop application and I'd like to find some code examples.

I am aware of Chris Hanson's excellent articles, but I'd like to crowdsource finding some examples of actual tests in a code base.

+1  A: 

Adium has unit tests for some of its utility classes and categories.

Peter Hosey
+1  A: 

The CHDataStructures framework is fully unit tested by SO.com user Quinn Taylor. It really is an excellent framework.

Edit: The framework is 99.4% unit tested: http://dysart.cs.byu.edu/CHDataStructures/coverage/source/

Dave DeLong