Uses of Class
org.apache.wicket.util.tester.BaseWicketTester

Packages that use BaseWicketTester
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
static void AjaxLazyLoadPanelTester.executeAjaxLazyLoadPanel(BaseWicketTester wt, MarkupContainer container)
          Searches the MarkupContainer, looking for and triggering AjaxLazyLoadPanels to fetch their contents.
 

Uses of BaseWicketTester in org.apache.wicket.util.tester
 

Subclasses of BaseWicketTester in org.apache.wicket.util.tester
 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
FormTester(String path, Form<?> workingForm, BaseWicketTester wicketTester, boolean fillBlankString)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.