Uses of Class
org.apache.wicket.util.tester.WicketTesterHelper.ComponentData
-
Packages that use WicketTesterHelper.ComponentData 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. -
-
Uses of WicketTesterHelper.ComponentData in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester that return types with arguments of type WicketTesterHelper.ComponentData Modifier and Type Method Description static java.util.List<WicketTesterHelper.ComponentData>WicketTesterHelper. getComponentData(Page page)Gets recursively allComponents of a givenPage, extracts the information relevant to us, and adds them to aList.
-