Uses of Class
wicket.util.tester.FormTester

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

Methods in wicket.util.tester that return FormTester
 FormTester WicketTester.newFormTester(java.lang.String path)
          create a FormTester for the form at path, and fill all child FormComponents with blank String initially.
 FormTester WicketTester.newFormTester(java.lang.String path, boolean fillBlankString)
          create a FormTester for the form at path.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.