| Interface | Description |
|---|---|
| ComponentFactory |
It is used by the
ComponentTestPage to create the target component in the
request-handling thread. |
| Holder<T> |
A holder containing an object reference.
|
| PageFactory |
It is used by the
LauncherPage to create the target page in the
request-handling thread. |
| Class | Description |
|---|---|
| BreadCrumbPanelTestPage | |
| ByWicketIdPath |
It is a Wicket locator for Selenium.
|
| ByWicketIdPathFastVersion |
It is a Wicket locator for Selenium.
|
| ChangeResistantMockFactory |
In unit tests, typically we need to create a mock object implementing a one
or two methods only of a certain interface.
|
| ClusterableNoOp | |
| ComponentTestPage | |
| Configuration |
This class allows you to specify options to control the behavior of
WebPageTestContext. |
| ConsoleLauncher | |
| DefaultPageFactory |
The default implementation for
PageFactory. |
| LauncherPage |
In order to open a page whose constructor takes arguments, the page must be
somehow created on the server side (or rather, in a thread that is associated
with a request).
|
| ObjectFactory |
This class helps you create instances of a Class object, with constructor
argument values.
|
| SerializableProxyFactory |
In order to put a mock object into a field of your page, you need to make it
serializable.
|
| SimpleHolder<T> |
A simple implementation for
Holder. |
| SwitchLocalePage | |
| WebAppJettyConfiguration |
This class allows you to specify options to control the behavior of
WebAppJettyLauncher. |
| WebAppJettyLauncher |
This class allows you to launch Jetty to run the specified webapp.
|
| WebPageTestBasicContext |
To unit test your Wicket pages, before running the tests, you should call
WebPageTestBasicContext.beforePageTests(). |
| WebPageTestContext |
To unit test your Wicket pages, you should include this class into your
TestNG test suite.
|
| WicketAppJettyLauncher |
This class allows you to launch Jetty to run the specified Wicket app.
|
| WicketSelenium |
This class is a wrapper around
Selenium that adds some handy
functions for Wicket-generated HTML pages. |
| WicketSeleniumDriver | |
| WicketWebElement |
Copyright © 2009–2018. All rights reserved.