SenTestingKit and debugging UnitTests
SenTestingKit and debugging UnitTests
- Subject: SenTestingKit and debugging UnitTests
- From: Felix Franz <email@hidden>
- Date: Tue, 4 Oct 2005 15:17:34 +0200
Hi all,
for a new project I wanted to get rid of my home-built UnitTesting-
Framework
and use the SenTestingKit provided by Xcode. I used the "Unit Testing
Guide"
(http://developer.apple.com/documentation/DeveloperTools/Conceptual/
UnitTesting/index.html)
to add "Unit Test Bundle" (dependent on the main target) to my project.
If I build the Unit-Test-target all UnitTests run. So far, so good.
But I don't know
how to debug the Unit-Tests.
I searched the list and found a suggestion to add "-SenTest Self" as
an argument
to main executable. If I choose "build & debug" on my test target,
the unit-tests
run (without debugger), after that the debugger starts, but the tests
are not
run again ... How to debug a UnitTest?
Thanks in advance,
felix
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden