utperl runs unit tests in perl.
it automatically discovers testcases by looking for subroutines in the main:: package that start with 'test'
the output from test.bat should look like:
Test case main::test_equals()
test.bat(23): assertEquals FAILED:
actual='1', expected='2'
Test case main::test_startswith()
test.bat(16): assertStartsWith FAILED:
actual='abc', expected='b'
Summary:
number of tests : 2
number of asserts: 4
number of errors : 2
| Contact me about content on this page using john_web-at-arrizza-dot-com |
| For Web Master or site problems contact: webadmin-at-arrizza-dot-com |
| Copyright John Arrizza (c) 2001,2002,2003,2004,2005,2006,2007 |