in reply to Re: Testing with Test::Unit
in thread Testing with Test::Unit

Yes, I looked on Test::Class. But why then http://www.xprogramming.com/software.htm recommends Test::Unit?

--dda

Replies are listed 'Best First'.
Re: Re: Re: Testing with Test::Unit
by chromatic (Archbishop) on Sep 11, 2003 at 20:56 UTC

    Partly because Test::Unit is a straightforward port of xUnit to Perl and partly because no one's yet recommended to add Test::Class and Test::More to the list. I've since corrected the latter and Ron has promised to update the list in the near future. :)