Hi all,

I'd like to suggest renaming 
ExceptionFailure --> Failure
and
ExceptionError --> Error

The reason for this is the confusion in reading the TestRunner's
report.  The test reports a failure but then it says ExceptionFailure. 
It's confusing in the sense that the exception was an expected internal
harness communication thing rather than an unexpected exception in the
code under test.  Seeing Exception initially makes you think your own
code failed due to an exception but this would be recorded as an
"error".  I just found myself having to think about the harness instead
of the test code.

Anyway, wondering if others felt the same way and if so maybe we should
change it.

-Kevin

!!!FAILURES!!!
Test Results:
Run: 1 Failures: 1 Errors: 0
There was 1 failure:
1) test_one(OneTest)
Test::Unit::ExceptionFailure:
test failure message

Test was not successful.

_______________________________________________
Perlunit-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/perlunit-devel

Reply via email to