Hi,
I would like to upload a module I have written, Test::Unit.
Test::Unit provides a convenient interface to run tests at the level of
a class, a collection of functions, or a script, with configurable setup
and teardown of resources needed for testcases and the ability to construct
suites of tests by adding test cases to each other. It was inspired by
working with JUnit, a unit testing framework for Java written by Kent Beck
and Erich Gamma.
I posted a request for discussion for Test::Unit on comp.lang.perl.modules
(alas, little response).
Name: Christian Lemburg
Email: [EMAIL PROTECTED]
Homepage: http://www.online-club.de/~lemburg/
Preferred user id: CLEMBURG
Plan to contribute: Test::Unit - simple framework for unit testing in Perl.
Name DSLI Description Info
------------- ---- -------------------------------------------- -----
Test::Unit adpO simple framework for unit testing
Bye,
Christian Lemburg