/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
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);
>
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
:
[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
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
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