FROM : Kaelin Colclasure
DATE : Tue Nov 23 23:35:11 2004
I'm ramping up on Marco's excellent OCUnit / SenTestKit framework, and
there's one item I haven't been able to figure out from the included
documentation / examples or the StepWise article: How do I run my test
cases under the debugger in Xcode? (I'm using Xcode 2.0, but I believe
an answer for 1.5 should be translatable.)
The documentation covers this for ProjectBuilder, but I'm not familiar
enough with PB to interpolate the instructions there.
The specific scenario I have is: My unit tests were added to an
existing Xcode framework project as a separate Test Framework target.
This neatly segregates my unit test code from the shipping framework
code. My impression from what I've read is that I need to run otest
with some magic arguments / environment that will cause my test
framework to be loaded... But what are the necessary incantations?
-- Kaelin
DATE : Tue Nov 23 23:35:11 2004
I'm ramping up on Marco's excellent OCUnit / SenTestKit framework, and
there's one item I haven't been able to figure out from the included
documentation / examples or the StepWise article: How do I run my test
cases under the debugger in Xcode? (I'm using Xcode 2.0, but I believe
an answer for 1.5 should be translatable.)
The documentation covers this for ProjectBuilder, but I'm not familiar
enough with PB to interpolate the instructions there.
The specific scenario I have is: My unit tests were added to an
existing Xcode framework project as a separate Test Framework target.
This neatly segregates my unit test code from the shipping framework
code. My impression from what I've read is that I need to run otest
with some magic arguments / environment that will cause my test
framework to be loaded... But what are the necessary incantations?
-- Kaelin
| Related mails | Author | Date |
|---|---|---|
| Kaelin Colclasure | Nov 23, 23:35 | |
| Kaelin Colclasure | Nov 23, 23:41 | |
| Chris Hanson | Nov 24, 03:14 |






Cocoa mail archive

