Re: Re: Unit testing and Xcode integration
Re: Re: Unit testing and Xcode integration
- Subject: Re: Re: Unit testing and Xcode integration
- From: "Christian Moen" <email@hidden>
- Date: Mon, 14 Aug 2006 10:32:12 +0900
Hello Chris,
Thanks a lot for your comments.
On 8/14/06, Chris Hanson <email@hidden> wrote:
On Aug 13, 2006, at 8:13 AM, Christian Moen wrote:
> So, instead of having my test results displayed using Growl in a run
> summary and green icon if everything passes, I know how have the same
> summary displayed in my Build Results window.
This is correct. You can also leverage the notifications that OCUnit
posts to integrate your tests with Growl or any other notification
mechanism you wish to use; the headers and documentation in
SenTestingKit.framework should provide you sufficient guidance with
which to do this.
> Is there a way to integrate the OCUnit test runs more tightly into
> Xcode?
It's not clear what you mean by "more tightly"? What specific
capabilities are you looking for?
I'm looking for a tool which allows me to see the results of my unit
test runs in a more accessible place than in the verbose Build Results
window. To me this is hard to read, but perhaps it's just old habit.
Is this what most people use?
I might start looking into getting the SenTestingFramework integrated
with Growl of nobody has done this already. Thanks for the pointers.
> Is there a more test runner somewhere?
What do you mean by this?
See http://testkit.sourceforge.net/user/tools.html for TestKit's GUI
or terminal based test runners. (TestKit is a third Objective C unit
test framework.)
I'm new to SenTestingKit, but to me it's a mystery why this ended up
in Xcode instead of UnitKit. :)
Christian
_______________________________________________
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