Re: Using WicketTester with a custom WebSession

2007-10-01 Thread Jonnie
No I don't provide my custom application to the tester. I've had a look at the API, how do I provide this to the tester? RĂ¼diger_Schulz wrote: > > 2007/10/1, Jonnie <[EMAIL PROTECTED]>: >> >> >> Hello >> >> I'm fairly new to Wicket

Using WicketTester with a custom WebSession

2007-10-01 Thread Jonnie
Hello I'm fairly new to Wicket so forgive me if the answer is obvious and I've missed something. When I use WicketTester to test my Wicket application it always complains about casting the session, I understand this to be because the WicketTester uses a MockSession. Is there any way I can change