Re: ZeroLink and dynamic discovered Classes
Re: ZeroLink and dynamic discovered Classes
- Subject: Re: ZeroLink and dynamic discovered Classes
- From: Georg Tuparev <email@hidden>
- Date: Wed, 26 Nov 2003 17:38:36 +0100
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. It has also some nice
"philosophical" changes already being appreciated by several hard-core
XP/TDD masters...
-- georg --
"War is God's way of teaching Americans about geography."
Ambrose Bierce, writer (1842-1914)
_______________________________________________
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.