What should it do?

the same as?:

assertRenderedPage(p.getClass);
assertSame(p, tester.getLastRenderedPage());

Frank



On 6/15/07, Sean Sullivan <[EMAIL PROTECTED]> wrote:


I'm using the WicketTester class from Wicket 1.3 trunk.

WicketTester provides these methods:

  public Page startPage(Class c)
   public Page startPage(Page p)
  public void assertRenderedPage(Class expectedRenderedPageClass)


I was wondering if there should also be a method with this signature:

         public void assertRenderedPage(Page p)


What do you think?

Sean


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to