In a wicket page I do at some stage a pageRedirect to another wicket
page, let say to MyWicketPage.class


from the test side it seems I can only check:

wicketTester.assertRenderedPage(RedirectPage.class);

is there a way to assert which is the actual redirected page? I mean like

wicketTester.assertRenderedPage(MyWicketPage.class);




Thanks,
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to