Uses of Class
org.apache.wicket.util.tester.TagTester

Packages that use TagTester
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 TagTester in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester that return TagTester
static TagTester TagTester.createTagByAttribute(java.lang.String markup, java.lang.String attribute, java.lang.String value)
          Static factory method for creating a TagTester based on a tag found by an attribute with a specific value.
 TagTester TagTester.getChild(java.lang.String attribute, java.lang.String value)
          Gets a child tag for testing.
 TagTester BaseWicketTester.getTagById(java.lang.String id)
          Retrieves a TagTester based on an DOM id.
 TagTester BaseWicketTester.getTagByWicketId(java.lang.String wicketId)
          Retrieves a TagTester based on a wicket:id.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.