On Mon, 22 Oct 2001, Ingmar Stein <[EMAIL PROTECTED]> wrote: > But for 1.5 or even 2.0, I would not choose the slow reflection, > instead use the getName() method.
I agree for Ant2, and could be convinced for Ant 1.5 ;-) getName would be called once per test-method by Plain- and XMLJunitResultFormatter, don't know whether this would slow down the tests considerably - it's not as if it would be repeated a thousand times. Stefan
