Re: Trying to test an Action using only JUnit

2005-02-08 Thread Hubert Rabago
Have you tried using an ActionForward as opposed to a ForwardConfig? On Tue, 8 Feb 2005 16:56:29 -0600, Simon Chappell <[EMAIL PROTECTED]> wrote: > I'm trying to write a JUnit test for an Action and I'm having problems > with ClassCastExceptions on the findForward() method of ActionMapping. > I a

Trying to test an Action using only JUnit

2005-02-08 Thread Simon Chappell
I'm trying to write a JUnit test for an Action and I'm having problems with ClassCastExceptions on the findForward() method of ActionMapping. I am not in a position to try any other packages or tools, so I have to roll this one myself. I have narrowed the problem down to getting the ClassCastExcep