From: Wayne Blair Date: 2001-05-18T17:40:05+09:00 Subject: [ruby-talk:15358] Re: help with rubyunit > IMHO RUNIT can provide a hook to connect class to the testcase to avoid > pass-the-self-to-be-counted trick. > I didn't see the hook built in, and I was trying to find a painless fix. That trick can be useful to decouple tested classes from the testing framework, thereby making the framework swappable without changing the tested code. More useful in strictly typed languages like java though. Wayne