Package wicket.util.tester

A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container.

See:
          Description

Interface Summary
TestPageSource A test page factory for WicketTester
TestPanelSource A test panel factory for WicketTester
 

Class Summary
DummyHomePage A dummy homepage required by WicketTester only
DummyPanelPage A dummy panel component
ExternalPageViewer This class is experimental only and may not yet work in your environment
FormTester A helper for testing validaiton and submission of Form component.
WicketTester A helper to ease unit testing of Wicket applications without the need for a servlet container.
WicketTesterHelper A WicketTester specific helper class
WicketTesterHelper.ComponentData  
 

Package wicket.util.tester Description

A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. The only classes required by users to test are WicketTester and FormTester. WicketTester extends MockWebApplication and extends it with convinience methods to start (render) a page and to test (assert) certain conditions.

FormTester is a utility class to make unit testing a HTML form a breeze.



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