+1 The generated test cases should also be tidied up. Whenever I've wanted a detailed test I generated the testcase from the WSDL and tweaked it. I left all the exception processing alone. This generated stuff probably doesn't do what you want.
Russell Butek [EMAIL PROTECTED] Glen Daniels <[EMAIL PROTECTED]> on 03/26/2002 01:45:04 PM Please respond to [EMAIL PROTECTED] To: "'Axis-Dev (E-mail)'" <[EMAIL PROTECTED]> cc: Subject: 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