Uses of Class
org.apache.wicket.util.tester.TagTester
-
Uses of TagTester in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester that return TagTesterModifier and TypeMethodDescriptionstatic TagTesterTagTester.createTagByAttribute(String markup, String attribute, String value) Static factory method for creating aTagTesterbased on a tag found by an attribute with a specific value.static TagTesterTagTester.createTagByName(String markup, String tagName) Static factory method for creating aTagTesterbased on a tag name.Checks if the tag has a child with the giventagName.Gets a child tag for testing.BaseWicketTester.getTagById(String id) Retrieves aTagTesterbased on an DOM id.BaseWicketTester.getTagByWicketId(String wicketId) Retrieves aTagTesterbased on awicket:id.Methods in org.apache.wicket.util.tester that return types with arguments of type TagTesterModifier and TypeMethodDescriptionTagTester.createTags(String markup, Function<XmlTag, Boolean> accept, boolean stopAfterFirst) TagTester.createTagsByAttribute(String markup, String attribute, String value, boolean stopAfterFirst) Static factory method for creating aTagTesterbased on tags found by an attribute with a specific value.BaseWicketTester.getTagsByWicketId(String wicketId) Modified version of BaseWicketTester#getTagByWicketId(String) that returns all matching tags instead of just the first.