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

Packages that use BaseWicketTester
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
 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 © 2004-2011 Apache Software Foundation. All Rights Reserved.