[Perlunit-commits] src/Test-Unit/t/tlib AssertTest.pm
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ada...@us...> - 2001-12-04 17:27:35
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv2846 Modified Files: AssertTest.pm Log Message: - Added hairiness to failure/error testing, so it now doesn't just check that the exception was raised, but also checks that its file() and line() methods point correctly to the source of the failed assertion. - Refactored duplicated code from check_failures() and check_errors() into check_exceptions() |