Uses of Class
org.apache.wicket.util.tester.BaseWicketTester
-
Packages that use BaseWicketTester Package Description org.apache.wicket.extensions.ajax.markup.html 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.extensions.ajax.markup.html
Methods in org.apache.wicket.extensions.ajax.markup.html with parameters of type BaseWicketTester Modifier and Type Method Description static void
AjaxLazyLoadPanelTester. executeAjaxLazyLoadPanel(BaseWicketTester wt)
Triggers loading of allAjaxLazyLoadPanel
's content in the last rendered page.static void
AjaxLazyLoadPanelTester. executeAjaxLazyLoadPanel(BaseWicketTester wt, Page page)
Triggers loading of allAjaxLazyLoadPanel
's content in a page.static Duration
AjaxLazyLoadPanelTester. loadAjaxLazyLoadPanel(BaseWicketTester wt, AjaxLazyLoadPanel<?> panel)
Triggers loading of a singleAjaxLazyLoadPanel
. -
Uses of BaseWicketTester in org.apache.wicket.util.tester
Subclasses of BaseWicketTester in org.apache.wicket.util.tester Modifier and Type Class Description class
WicketTester
A 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(String path, Form<?> workingForm, BaseWicketTester wicketTester, boolean fillBlankString)
-