Skip navigation.
 
mlUnit testing and Xcode integration
FROM : Christian Moen
DATE : Sun Aug 13 17:13:53 2006

cocoa-dev,

I've been working on a small project for some time and my unit tests
have been written using UnitKit 2.0 Beta.  I really liked UnitKit's
tight integration with Xcode and getting test results displayed using
Growl.  Very nice.

Unfortunately, the UnitKit development has been discontinued (see
http://mikezornek.com/archives/2005/09/27/ocunit_vs_unitkit.php for
some background) so I've started experimenting with the unit test
tools Xcode 2.4 (OCUnit)

So, instead of having my test results displayed using Growl in a run
summary and green icon if everything passes, I know how have the same
summary displayed in my Build Results window.

Is there a way to integrate the OCUnit test runs more tightly into
Xcode?  Is there a more test runner somewhere?  Leaving UnitKit and
using OCUnit feels like a big step backwards.  Any advice on how I
should run my unit tests using OCUnit is appreciated.

Many thanks,


Christian

Related mailsAuthorDate
mlUnit testing and Xcode integration Christian Moen Aug 13, 17:13
mlRe: Unit testing and Xcode integration Chris Hanson Aug 14, 02:14
mlRe: Re: Unit testing and Xcode integration Christian Moen Aug 14, 03:32
mlRe: Unit testing and Xcode integration Chris Hanson Aug 14, 05:56
mlRe: Unit testing and Xcode integration Tim Hart Aug 14, 06:44
mlRe: Unit testing and Xcode integration Tim Hart Aug 14, 06:49
mlRe: Re: Unit testing and Xcode integration Christian Moen Aug 14, 07:46
mlRe: Unit testing and Xcode integration Chris Hanson Aug 14, 08:00
mlRe: Unit testing and Xcode integration Joseph Heck Aug 14, 08:15
mlRe: Unit testing and Xcode integration Greg Hurrell Aug 14, 14:29
mlRe: Re: Unit testing and Xcode integration Christian Moen Aug 14, 14:47
mlRe: Re: Re: Unit testing and Xcode integration Keith Ray Aug 14, 19:22
mlRe: Unit testing and Xcode integration Nir Soffer Aug 16, 01:40
mlRe: Unit testing and Xcode integration Greg Hurrell Aug 16, 02:30
mlRe: Re: Unit testing and Xcode integration Keith Ray Aug 16, 03:03
mlRe: Unit testing and Xcode integration Nir Soffer Aug 16, 04:04
mlRe: Unit testing and Xcode integration Greg Hurrell Aug 16, 04:30