A D F H I M O 

A

anElement(Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Combines a group of matchers for matching an Element.

D

describeTo(Description) - Method in class org.testinfected.hamcrest.dom.HasNoSelector
 
describeTo(Description) - Method in class org.testinfected.hamcrest.dom.HasSelector
 
describeTo(Description) - Method in class org.testinfected.hamcrest.dom.HasUniqueSelector
 
DomMatchers - Class in org.testinfected.hamcrest.dom
A collection of hamcrest matchers to validate DOM elements (objects of type Element).

F

featureValueOf(Element) - Method in class org.testinfected.hamcrest.dom.HasAttribute
 
featureValueOf(Element) - Method in class org.testinfected.hamcrest.dom.HasChildren
 
featureValueOf(Element) - Method in class org.testinfected.hamcrest.dom.HasContentText
 
featureValueOf(Document) - Method in class org.testinfected.hamcrest.dom.HasRootElement
 
featureValueOf(Element) - Method in class org.testinfected.hamcrest.dom.HasTag
 

H

hasAttribute(String, String) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element has an attribute with the specified value.
hasAttribute(String, Matcher<? super String>) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element has an attribute whose value matches the specified matcher.
HasAttribute - Class in org.testinfected.hamcrest.dom
 
HasAttribute(String, Matcher<? super String>) - Constructor for class org.testinfected.hamcrest.dom.HasAttribute
 
hasAttribute(String, String) - Static method in class org.testinfected.hamcrest.dom.HasAttribute
 
hasAttribute(String, Matcher<? super String>) - Static method in class org.testinfected.hamcrest.dom.HasAttribute
 
hasBlankContent() - Static method in class org.testinfected.hamcrest.dom.HasContentText
 
hasBlankText() - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element content contains only blank characters.
hasChild(Matcher<? super Element>) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that at least one child of an Element is matched against the given matcher.
hasChild(Matcher<? super Element>) - Static method in class org.testinfected.hamcrest.dom.HasChildren
 
hasChildren(Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that children of an Element match in order the specified matchers.
hasChildren(Matcher<Iterable<Element>>) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that children of an Element match in order the specified matchers.
HasChildren - Class in org.testinfected.hamcrest.dom
 
HasChildren(Matcher<Iterable<Element>>) - Constructor for class org.testinfected.hamcrest.dom.HasChildren
 
hasChildren(Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.HasChildren
 
hasChildren(Matcher<Iterable<Element>>) - Static method in class org.testinfected.hamcrest.dom.HasChildren
 
hasClassName(String) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element has the specified CSS class.
hasClassName(String) - Static method in class org.testinfected.hamcrest.dom.HasAttribute
 
hasContent(String) - Static method in class org.testinfected.hamcrest.dom.HasContentText
 
hasContent(Matcher<? super String>) - Static method in class org.testinfected.hamcrest.dom.HasContentText
 
HasContentText - Class in org.testinfected.hamcrest.dom
 
HasContentText(Matcher<? super String>) - Constructor for class org.testinfected.hamcrest.dom.HasContentText
 
hasId(String) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element has an id attribute with the specified value.
hasId(String) - Static method in class org.testinfected.hamcrest.dom.HasAttribute
 
hasName(String) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element has the specified attribute, whatever its value.
hasName(String) - Static method in class org.testinfected.hamcrest.dom.HasAttribute
 
hasNoSelector(String) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element is not matched by the specified CSS3 selector expression.
HasNoSelector - Class in org.testinfected.hamcrest.dom
 
HasNoSelector(String) - Constructor for class org.testinfected.hamcrest.dom.HasNoSelector
 
hasNoSelector(String) - Static method in class org.testinfected.hamcrest.dom.HasNoSelector
 
HasRootElement - Class in org.testinfected.hamcrest.dom
 
HasRootElement(Matcher<? super Element>) - Constructor for class org.testinfected.hamcrest.dom.HasRootElement
 
hasRootElement(Matcher<? super Element>) - Static method in class org.testinfected.hamcrest.dom.HasRootElement
 
hasSelector(String, Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element matches a CSS3 selector with the specified matchers matching the subjects of the selector in any order.
hasSelector(String, Matcher<Iterable<Element>>) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element matches a CSS3 selector with the specified matchers matching the subjects of the selector.
HasSelector - Class in org.testinfected.hamcrest.dom
 
HasSelector(String) - Constructor for class org.testinfected.hamcrest.dom.HasSelector
 
HasSelector(String, Matcher<Iterable<Element>>) - Constructor for class org.testinfected.hamcrest.dom.HasSelector
 
hasSelector(String) - Static method in class org.testinfected.hamcrest.dom.HasSelector
 
hasSelector(String, Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.HasSelector
 
hasSelector(String, Matcher<Iterable<Element>>) - Static method in class org.testinfected.hamcrest.dom.HasSelector
 
hasSize(int) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that a collection of Elementa is of a specified size.
hasTag(String) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element has the specified tag.
HasTag - Class in org.testinfected.hamcrest.dom
 
HasTag(Matcher<? super String>) - Constructor for class org.testinfected.hamcrest.dom.HasTag
 
hasTag(String) - Static method in class org.testinfected.hamcrest.dom.HasTag
 
hasTag(Matcher<? super String>) - Static method in class org.testinfected.hamcrest.dom.HasTag
 
hasText(String) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element content is equal to the specified text.
hasText(Matcher<? super String>) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element content text matches the specified matcher.
hasUniqueSelector(String) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element matches a CSS3 selector and that the selector represents a single child element.
hasUniqueSelector(String, Matcher<? super Element>) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element matches a CSS3 selector with the specified matcher matching the only subject of the selector.
hasUniqueSelector(String, Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that an Element matches a CSS3 selector and that the single element represented by the selector is matched by all specified matchers.
HasUniqueSelector - Class in org.testinfected.hamcrest.dom
 
HasUniqueSelector(String, Matcher<? super Element>) - Constructor for class org.testinfected.hamcrest.dom.HasUniqueSelector
 
hasUniqueSelector(String) - Static method in class org.testinfected.hamcrest.dom.HasUniqueSelector
 
hasUniqueSelector(String, Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.HasUniqueSelector
 
hasUniqueSelector(String, Matcher<? super Element>) - Static method in class org.testinfected.hamcrest.dom.HasUniqueSelector
 

I

includes(Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that a collection of Elements contains, in any order, at least one matched element for each specified matcher.

M

matches(Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that a collection contains Elements that are matched in order by the specified matchers.
matches(List<Matcher<? super Element>>) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that a collection contains Elements that are matched in order by the specified list of matchers.
matchesInAnyOrder(Matcher<? super Element>...) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that a collection contains Elements that are matched in any order by the specified matchers.
matchesInAnyOrder(List<Matcher<? super Element>>) - Static method in class org.testinfected.hamcrest.dom.DomMatchers
Checks that a collection contains Elements that are matched in any order by the specified list of matchers.
matchesSafely(Element, Description) - Method in class org.testinfected.hamcrest.dom.HasNoSelector
 
matchesSafely(Element, Description) - Method in class org.testinfected.hamcrest.dom.HasSelector
 
matchesSafely(Element, Description) - Method in class org.testinfected.hamcrest.dom.HasUniqueSelector
 

O

org.testinfected.hamcrest.dom - package org.testinfected.hamcrest.dom
 
A D F H I M O 

Copyright © 2013. All Rights Reserved.