Re: export unit tests results
Re: export unit tests results
- Subject: Re: export unit tests results
- From: Chris Hanson <email@hidden>
- Date: Fri, 14 Mar 2008 17:56:08 -0700
On Mar 14, 2008, at 6:31 AM, Pascal Augustin wrote:
I wonder if anyone knows how to export the results of unit tests
made with OCUnit in a text file.
You can redirect stderr to get the results, if you're doing a command-
line build.
You can also set up your own SenTestObserver subclass to log your test
results in any way you like. Just specify the class name as the value
of the SenTestObserverClass user default when running your tests.
You'll probably want to call through to the default SenTestLog, of
course, so Xcode can also interpret your test results.
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden