- 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
-
- HasAttribute<T> - Class in org.testinfected.hamcrest.spring
-
- HasAttribute(String, Matcher<? super T>) - Constructor for class org.testinfected.hamcrest.spring.HasAttribute
-
- hasAttribute(String, T) - Static method in class org.testinfected.hamcrest.spring.HasAttribute
-
- hasAttribute(String, T) - Static method in class org.testinfected.hamcrest.spring.SpringMatchers
-
Checks that a web Model contains a given
key-value pair.
- hasAttributeValue(String, Matcher<? super T>) - Static method in class org.testinfected.hamcrest.spring.HasAttribute
-
- hasAttributeValue(String, Matcher<? super T>) - Static method in class org.testinfected.hamcrest.spring.SpringMatchers
-
Checks that a web Model contains a given
key-value pair.
- 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
-
- hasField(String, Matcher<? super U>) - Static method in class org.testinfected.hamcrest.jpa.HasFieldWithValue
-
- hasField(String) - Static method in class org.testinfected.hamcrest.jpa.HasFieldWithValue
-
- hasField(String, Matcher<U>) - Static method in class org.testinfected.hamcrest.jpa.PersistenceMatchers
-
Checks that an entity has a field with a value that is matched by the provided matcher.
- hasField(String) - Static method in class org.testinfected.hamcrest.jpa.PersistenceMatchers
-
Checks that an entity has a given field, whatever its value.
- HasFieldWithValue<T,U> - Class in org.testinfected.hamcrest.jpa
-
- HasFieldWithValue(String, Matcher<? super U>) - Constructor for class org.testinfected.hamcrest.jpa.HasFieldWithValue
-
- 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
-
- HasNodesAlongPath - Class in org.testinfected.hamcrest.validation
-
- HasNodesAlongPath(Matcher<? super Path.Node>...) - Constructor for class org.testinfected.hamcrest.validation.HasNodesAlongPath
-
- HasNodesAlongPath(List<Matcher<? super Path.Node>>) - Constructor for class org.testinfected.hamcrest.validation.HasNodesAlongPath
-
- 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
-