From: Adam S. <ada...@us...> - 2001-12-05 20:17:16
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit
In directory usw-pr-cvs1:/tmp/cvs-serv15757/lib/Test/Unit
Modified Files:
Exception.pm Result.pm TestCase.pm TestRunner.pm
Log Message:
can now call $self->print("debugging stuff") within test case methods
and if the test fails or "errors" you get to see all the debugging
accumulated from the above calls