From: Michael Schuerig Date: 2005-07-02T09:00:43+09:00 Subject: Re: How to use Test::Unit::Assertions from class methods? Ryan Leavengood wrote: > You will need to rescue on the Test::Unit::AssertionFailedError if you > don't want your first failed test taking the whole program down. No, that's not a problem. I'm using the class only in unit tests where Test::Unit handles these things. It's just a mock object that poses for some other class and only checks that calls are as expected. Michael -- Michael Schuerig They tell you that the darkness mailto:michael@schuerig.de Is a blessing in disguise http://www.schuerig.de/michael/ --Janis Ian, From Me To You