Without getting into a testng vs junit debate, I find the BaseComponentTestCase class in tapestry-test very useful. However, in the project I am working on we are using junit. It would be great if this class could be used as a helper class without needing to extend it, yet all the useful methods are listed as protected so I can't do that. Can anyone offer me suggestions on how I could use the functionality in BaseComponentTestCase without having to extend that classs? Is there a compelling reason why those methods aren't just made public?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]