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

Packages that use FormTester
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 FormTester in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester that return FormTester
 FormTester BaseWicketTester.newFormTester(String path)
          Creates a FormTester for the Form at a given path, and fills all child FormComponents with blank Strings.
 FormTester BaseWicketTester.newFormTester(String path, boolean fillBlankString)
          Creates a FormTester for the Form at a given path.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.