On 11/22/05, Florian Gro<florgro / gmail.com> wrote: > > Hm, do I have access to the type of the failed assertion from there? Not really...are you sure do you need it? AssertionFailedError.new is only called in one place, assert_block, which is what is called by all the other assertions. So maybe you could also override or alias assert_block. But I'm not exactly sure what you are trying to do. But I can't imagine something being impossible given the flexibility of the Test::Unit code. Ryan