Re: [Wicket-user] writing unit tests

2007-02-10 Thread nilo de roock
-- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?c

Re: [Wicket-user] writing unit tests

2007-02-10 Thread Peter Thomas
. Earn Cash. Influence the Future of IT >> > Join SourceForge.net's Techsay panel and you'll get the chance to share >> > your >> > opinions on IT & business topics through brief surveys - and earn cash >> > >> http://www.techsay.com/default.php?page=join.

Re: [Wicket-user] writing unit tests

2007-02-10 Thread nilo de roock
__ >> Wicket-user mailing list >> Wicket-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > -

Re: [Wicket-user] writing unit tests

2007-02-10 Thread nilo de roock
___ >> Wicket-user mailing list >> Wicket-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > >

Re: [Wicket-user] writing unit tests

2007-02-09 Thread Carfield Yim
WicketTester is good for me for most case... may be you can share the complications you have? On 1/31/07, Nino Wael <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > > I've been wondering about best practices for writing unit tests with wicket? > > > > Looking around the source of wicket, I can see th

Re: [Wicket-user] writing unit tests

2007-02-09 Thread Peter Thomas
t; Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/-Wicket-user--writing-unit-tests-tf3147996.html#a8895418 Sent from the Wicket - User mailing list archive at Nabble.com. ---

Re: [Wicket-user] writing unit tests

2007-02-09 Thread nilo de roock
.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/-Wicket-user--writing-unit-tests-tf3147996.html#a8895418 Sent from the Wicket - User mailing list archive at Nabble.com. ---

Re: [Wicket-user] writing unit tests

2007-01-31 Thread Timo Rantalaiho
On Wed, 31 Jan 2007, Nino Wael wrote: > What do others do? I use excellent (at least in 2.0) WicketTester to test basic functionality and tree structure of components, and complement it with WicketBenchTestCase from Wicket Bench to test with Selenium how the components behave in Firefox. And JUni

[Wicket-user] writing unit tests

2007-01-31 Thread Nino Wael
Hi I've been wondering about best practices for writing unit tests with wicket? Looking around the source of wicket, I can see that most uses junit. A few places wicket tester are used. Last time I wrote a test I tried writing using jwebunit and http unit (as I remember). I tried usin