Re: debugging OCUnit tests with XCode
Re: debugging OCUnit tests with XCode
- Subject: Re: debugging OCUnit tests with XCode
- From: Ken Ferry <email@hidden>
- Date: Sat, 24 Jul 2004 16:46:54 -0400
Hi Michael,
On Sun, 6 Jun 2004 17:06:41 -0400, Michael Davidson <email@hidden> wrote:
>
...
>
>
How do you debug unit tests using XCode?
>
>
...
>
>
The only executable I have is "MyApp". I have tried setting the command
>
line parameter to -SenTest Self, but when I run it no tests get run. It
>
does give a report:
>
>
Passed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.022) seconds
>
I had exactly this problem just now.
It turned out I had the capitalization of the argument wrong, using
'-SenTest self' where it should have been '-SenTest Self'. Could this
be your issue?
-Ken
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.