I think Cactus should introduce a new method, similar to setUp, tearDown, but that runs on the client side. Basically, I think it's sorta lame that all my tests have to have a beginXxx method that authenticates the web request. If would be nice if there were a method that was called once that could handle this. Then I could put it in a base class and extend my tests from there and forget about authentication and instead focus on unit testing :)
-Pat -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
