| Package | Description |
|---|---|
| org.apache.wicket.util.tester |
A package with utility classes to ease unit testing of Wicket applications without the need for
a servlet container.
|
| Modifier and Type | Method and Description |
|---|---|
static List<WicketTesterHelper.ComponentData> |
WicketTesterHelper.getComponentData(Page page)
Gets recursively all
Components of a given Page, extracts the
information relevant to us, and adds them to a List. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.