Re: ZeroLink and dynamic discovered Classes
Re: ZeroLink and dynamic discovered Classes
- Subject: Re: ZeroLink and dynamic discovered Classes
- From: Marco Scheurer <email@hidden>
- Date: Wed, 26 Nov 2003 18:10:39 +0100
On Wednesday, November 26, 2003, at 05:38 PM, Georg Tuparev wrote:
On Wednesday, November 26, 2003, at 04:26 PM, Marco Scheurer wrote:
OCUnit, which already does all this (unit testing and automatic
discovery of test case classes, http://www.sente.ch/software/ocunit)
has the same problem. We haven't found a worthy workaround yet.
In any case, I tend to think that having both ZeroLink and Unit
testing is not such an interesting option. One good practice of Unit
Testing is to make sure that all your tests pass when you make
changes in the code. Now if you break on a failed test, fix the code,
and continue, you would have to rerun all the tests that passed
before your change anyway. IMHO it means that it's much simpler to
let the tests run, make your changes, rebuild and retest everything.
SEUnit (coming soon & public - stay tuned) is able to work with
ZeroLink turned on and rerun failed tests only.
My point was that *all* tests should be ran again after a code change,
not only failed tests.
It has also some nice "philosophical" changes already being
appreciated by several hard-core XP/TDD masters...
I'm curious!
marco
Marco Scheurer
Sen:te, Lausanne, Switzerland
http://www.sente.ch
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.