Re: Unit Testing Frameworks

2008-12-08 Thread Chris Hanson
On Dec 7, 2008, at 8:11 PM, Thaddeus Cooper wrote: Now that that's fixed I'm trying to get debugging of the framework working and I keep getting a launch path not accessible error. I added the executable target and set the arguments to -SenTest All Section Tests.octest This will be interp

Re: Unit Testing Frameworks

2008-12-07 Thread Thaddeus Cooper
Thanks. I finally got over the hump -- it turned out to be that the test cases were not in the right target. Now that that's fixed I'm trying to get debugging of the framework working and I keep getting a launch path not accessible error. I added the executable target and set the arguments

Re: Unit Testing Frameworks

2008-12-07 Thread Rob Keniger
On 08/12/2008, at 8:25 AM, Thaddeus Cooper wrote: The framework builds correctly -- no warnings or errors, but the test cases do not get built automatically. I then switch my active target to my test bundle (creatively named Tests), and do a build and get the following error dump (note I've

Fwd: Unit Testing Frameworks

2008-12-07 Thread Thaddeus Cooper
arded message: From: Thaddeus Cooper <[EMAIL PROTECTED]> Date: December 7, 2008 2:25:37 PM PST To: Cocoa-Dev Mail Subject: Unit Testing Frameworks Hello all. I am having a problem with setting up unit testing for frameworks. I've read the documentation that is provided in the App

Unit Testing Frameworks

2008-12-07 Thread Thaddeus Cooper
Hello all. I am having a problem with setting up unit testing for frameworks. I've read the documentation that is provided in the Apple doc set and found Chris Hanson's updates to that documentati