Re: 'C' Unit Testing framework with Xcode?
Re: 'C' Unit Testing framework with Xcode?
- Subject: Re: 'C' Unit Testing framework with Xcode?
- From: Chris Hanson <email@hidden>
- Date: Thu, 24 Apr 2008 12:34:12 -0700
On Apr 24, 2008, at 11:59 AM, Ken G. Brown wrote:
In going through the <http://developer.apple.com/tools/
unittest.html> Temperature Converter example, I do not find /Library/
Frameworks/SenTestingKit.framework.
That's an old article that ADC has not updated since before Mac OS X
10.4 Tiger shipped. The Xcode Unit Testing Guide is at <http://developer.apple.com/documentation/DeveloperTools/Conceptual/UnitTesting/UnitTesting.html
> and should be reasonably up-to-date with respect to the latest GM
tools.
Is the testing framework supposed to be included with XCode 3.0
Yes, Xcode 2.1 and later include the OCUnit unit testing framework.
In Xcode 2.5 and later, it's in /Developer/Library/Frameworks. (If
you've installed Xcode in a different location, substitute that
location for /Developer.)
You might also want to see a series of posts on my weblog at <http://chanson.livejournal.com/119097.html
> for more detailed walkthroughs of how to write, run, and debug unit
tests for frameworks & applications.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden