Re: Testing components within an application

2008-11-22 Thread Andre Masse
Hi Frank, I used to do this back in my Java days: put a main function in the class and just run it. That was a quick way to test a class, but I don't think you can do that as easily in Cocoa. I maybe wrong though, still a noob here :-). Andre Masse On Nov 22, 2008, at 08:08, Frank Wilso

Re: Testing components within an application

2008-11-22 Thread Graham Cox
On 23 Nov 2008, at 12:08 am, Frank Wilson wrote: Is there a way that seasoned cocoa (Obj-C) programers test particular parts of their code without running the whole application? For instance if I have built a particular interface component I would like to interact with it and verify that t

Testing components within an application

2008-11-22 Thread Frank Wilson
Is there a way that seasoned cocoa (Obj-C) programers test particular parts of their code without running the whole application? For instance if I have built a particular interface component I would like to interact with it and verify that the model is being changed correctly or simply demons