On 8/10/06, Butash, Bob <[EMAIL PROTECTED]> wrote:
Reposting to the User list... Thanks
Bob, I"ve been doing a bit of archeology on AbstractJsfBaseClass.java. As far as I can tell, the setUp() and tearDown() methods in this class have *never* said "throws Exception" on their signatures (although I wish they had :-). Do you have a version where this was different? I'm pretty nervous about changing this signature right now, because it would break every existing test case that extends this class, but does not already have the "throws Exception" in their signature. Craig -----Original Message-----
From: Butash, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 12:27 PM To: [email protected] Subject: Shale Test - Exceptions Looking at Shale Test, specifically the AbstractJsfTestCase I noticed that the method signatures of the JUnit setup & tearDown methods have been altered so that they no longer can throw exceptions. Just wondering if the "throws Exception" can be added back to these methods so they stay true to JUnit. Thanks, Bob Butash
