Robert Dober wrote: > On 6/26/07, Galevsky gal <galevsky / gmail.com> wrote: >> > If I am not mistaken Test::Unit does instantiate an object of all > classes that extend Test::Unit::TestCase ( by exploring ObjectSpace in > an et_exit handler ) than calls setup,x,teardown for all x starting > with test. > > Maybe you can adopt something from this approach actually what you > said above is basically the same, right? > > Just out of curiosity, are you unhappy with Test::Unit or are you > doing this for fun -- which is a *very good reason* BTW :) > > Cheers > Robert for fun :o) I do it now with a class extension instead of module inclusion due to limitations, even if mixin best suits the needs INMHO. Many thanks, folks ! Gal' -- Posted via http://www.ruby-forum.com/.