You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to columbia-ipho...@googlegroups.com
Anybody doing unit testing? After last month's meeting I was super-stoked to start; however I've been struggling to do anything meaningful.
I can write a test case that executes at build time, but as soon as I link to a real class in my app I got linker errors. I figured out how to solve that, but as soon as I try to alloc and init my object which extends NSObject the 'otest' test harness crashes with zero explanation.
That led me to investigate debugging unit tests... and to my dismay after three days of struggling with it, I am beginning to think this is impossible. The thought of having unit tests without debugging is a scary one to me.
Anybody doing anything like this?
-Scott H
Alfonso
unread,
Jul 6, 2009, 2:19:47 PM7/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Columbia iPhone Developers
I havent tried doing unit testing since our last meetup. From your
experience, it sounds like a pain to get it to work. Maybe sometime
ill give it a shot, but not in the near future.