[Wicket-develop] testing

2006-06-05 Thread Janne Hietamäki
/ignore Janne HietamäkiCemron Ltdhttp://www.cemron.com/ ___ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop

Re: [Wicket-develop] testing invisible components

2005-10-27 Thread Juergen Donnerstag
I agree. It should return null => RFE/Bug Juergen On 10/27/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > First, I'd like to express that I really like the direction our > testing stuff is going. Thanks Ingram and Juergen! > > Now... what should this: > > app.startPage(AuthTestPage1.class); >

[Wicket-develop] testing invisible components

2005-10-27 Thread Eelco Hillenius
First, I'd like to express that I really like the direction our testing stuff is going. Thanks Ingram and Juergen! Now... what should this: app.startPage(AuthTestPage1.class); app.assertRenderedPage(AuthTestPage1.class); app.assertLabel("label", "wicked!"); do when the label is in fact not

RE: [Wicket-develop] Testing Harness

2004-10-12 Thread Christopher Turner
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 14:57To: [EMAIL PROTECTED]Subject: RE: [Wicket-develop] Testing Harness Cool,   I think you forgot to check in ApplicationSettings though... the project does not compile currently.      Eelco

RE: [Wicket-develop] Testing Harness

2004-10-12 Thread Eelco Hillenius
ECTED]' CC: Onderwerp: [Wicket-develop] Testing Harness Hi All, I've just checked in the first release of the Wicket testing harness. This harness allows you to create and execute Wicket applications within a unit test environment. In par

[Wicket-develop] Testing Harness

2004-10-12 Thread Christopher Turner
Title: Testing Harness Hi All, I've just checked in the first release of the Wicket testing harness. This harness allows you to create and execute Wicket applications within a unit test environment. In particular you can: Quickly get the minimum Wicket environment up and running so that it