You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glen Daniels <gd...@macromedia.com> on 2002/03/26 20:45:04 UTC

General comment on tests

In general, can we please not catch exceptions in tests, and instead bubble them up to the test framework?  It's much more useful to me to see "NullPointerException at SomeClass (SomeClass:113)" than it is to see some message with just the string message from the Exception.  I'm going to rework a few cases like this, but in general are people OK with this into the future?

--Glen