in reply to Re: How to write code tests
in thread How to write code tests
the Test::Unit documentation
Even though I'm biased I'd recommend avoiding Test::Unit and using Test::Class instead. Unlike the former Test::Class is maintained (by me :-) and plays with all the other Test::Builder based Perl test modules.
|
|---|