in reply to Getting support on Test::Unit and Test::Class

Small addition: I do not have any experience of xUnit testing, but other members of our team use xUnit derivatives (phpUnit, NUnit), and that is a ++ for using Test::Unit for perl testing. But if Test::Class is more mature and have better support, we will use it. That is why I'm asking. What can you monks say about your experience of using both modules? Any (serious) problems?

Thanks,
Dmitry.

  • Comment on Re: Getting support on Test::Unit and Test::Class

Replies are listed 'Best First'.
Re: Re: Getting support on Test::Unit and Test::Class
by adrianh (Chancellor) on Sep 14, 2003 at 13:27 UTC

    I'm obviously biased - but I use it all the time :-)

    The Bricolage people also use it as their testing framework - and I'd love to hear from anybody else using it.

    Somebody familiar with the xUnit frameworks should be able to pick it up very easily. There's a section in the documentation entitled Test::Class for JUnit users that should (hopefully) clear up any remaining confusion.