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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
