Hi,

WizardStep is a panel so you can use startPanel.
I have a RegistrationPage containing a Wizard with 5 steps.
Now I want to write a WicketTester test for ONE specific WizardStep, let's
say step 4.

How?
(I could write a test clicking through all steps before step 4 as I
understood documentation right, but that is not my preferred approach. I
want one Unit-Test for each step and setting needed step-prerequisites in
setUp-method)

Is it possible? (I just find startComponent and startPanel but not expected
startWizard(WizardModel) )

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wickettester-testing-a-given-WizardStep-tp3616424p3616424.html
Sent from the Users forum mailing list archive at Nabble.com.

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





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

Reply via email to