Uses of Class
org.apache.wicket.util.tester.BaseWicketTester
-
Packages that use BaseWicketTester Package Description org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. -
-
Uses of BaseWicketTester in org.apache.wicket.util.tester
Subclasses of BaseWicketTester in org.apache.wicket.util.tester Modifier and Type Class Description classWicketTesterA helper class to ease unit testing of Wicket applications without the need for a servlet container.Constructors in org.apache.wicket.util.tester with parameters of type BaseWicketTester Constructor Description FormTester(java.lang.String path, Form<?> workingForm, BaseWicketTester wicketTester, boolean fillBlankString)
-