org.apache.wicket.util.tester |
WicketTester package
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.
|
Java Source File Name | Type | Comment |
BaseWicketTester.java | Class | A helper to ease unit testing of Wicket applications without the need for a
servlet container. |
BlockedResourceLinkPage.java | Class | |
DummyHomePage.java | Class | |
DummyPanelPage.java | Class | |
ExternalPageViewer.java | Class | |
FormTester.java | Class | A helper for testing validation and submission of Form component. |
FormTesterTest.java | Class | Test of FormTester. |
ITestPageSource.java | Interface | |
MockAjaxFormPage.java | Class | Web page that contains a form with ajax functionality. |
MockFormFileUploadPage.java | Class | Mock form for use when testing FormTester's addFile functionality. |
MockFormPage.java | Class | Mock page for testing basic FormTester functionality. |
MockPageParameterPage.java | Class | Mock page for testing PageParameters handling in WicketTester. |
MockPageWithFormAndAjaxFormSubmitBehavior.java | Class | Mock page used for testing executeAjaxEvent. |
MockPageWithFormAndCheckGroup.java | Class | Mock page with form and checkgroup. |
MockResourceLinkPage.java | Class | |
Result.java | Class | |
TagTester.java | Class | Tag tester is used to test that a generated markup tag contains the correct
attributes, values etc. |
TagTesterTest.java | Class | |
TestPanelSource.java | Interface | |
WicketTester.java | Class | A helper to ease unit testing of Wicket applications without the need for a
servlet container. |
WicketTesterHelper.java | Class | |
WicketTesterTest.java | Class | |