On 8/10/06, Butash, Bob <[EMAIL PROTECTED]> wrote:
Craig, Correct the AbstractJsfTestCase .java has never thrown Exception from the setup and tearDown methods. But JUnit's TestCase, which is the super class does throw Exceptions from these methods. The AbstractJsfTestCase is altering the original method signature and restricting the ability to throw exceptions.
I took the liberty of opening an RFE for this issue[1]. I agree with the principle ... but breaking existing uses of this base class seems a bit unfriendly. Craig [1] https://issues.apache.org/struts/browse/SHALE-249
