delete contact page takes a page to which it should go back to once
the contact is deleted

app.startPage(new DeleteContactPage(new DummyHomePage(), 10));

so the last assert makes sure this functionality works and user is
redirected to dummy home page

-igor

On Sat, Aug 8, 2009 at 2:33 PM, Steve Hiller<sh...@bellsouth.net> wrote:
> Hi All,
>
> I've been studying the following article, which is about unit testing Wicket 
> when injected Spring beans are involved:
>
> http://www.mail-archive.com/comm...@wicket.apache.org/msg06613.html#Spring-UnitTestingtheProxyApproach
>
> I am not clear about Part 4 of the DeleteContactPageTest example, in which 
> the DummyHomePage is used as
> part of the Wicket unit testing. Can someone please enlighten me?
>
> Thanks,
> Steve
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to