Re: [Wicket-user] mock-object based unit testing with custom session and application classes

2006-11-01 Thread Eelco Hillenius
btw, Wicket-examples has some jwebunit tests you might want to take a look at. Eelco On 11/1/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > If you want to test stuff that depends on such customizations, you > might be better off using e.g. jWebUnit or selenium. I don't know what > other's expe

Re: [Wicket-user] mock-object based unit testing with custom session and application classes

2006-11-01 Thread Eelco Hillenius
If you want to test stuff that depends on such customizations, you might be better off using e.g. jWebUnit or selenium. I don't know what other's experiences are in this field. Eelco > I am new to Wicket and am trying to write unit tests for the > application that I am working on. I am using

[Wicket-user] mock-object based unit testing with custom session and application classes

2006-10-30 Thread Chris Conover
Hi All, I am new to Wicket and am trying to write unit tests for the application that I am working on. I am using WicketTester and am following the outline given in the Pro Wicket book but ran into some problems. The basic problem is that we have our own session and application class and this co