C D E H J M N S 

C

containingElementsWithOwnTexts(String...) - Static method in class nl.fd.hamcrest.jsoup.JSoupMatchers
Deprecated.
in favour of Matchers.contains(List)

D

describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithAttribute
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithChild
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithClass
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithData
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithInnerHtml
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithName
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithOwnText
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithText
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithUniqueChild
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.Selecting
 
describeTo(Description) - Method in class nl.fd.hamcrest.jsoup.SelectingFirst
 

E

ElementWithAttribute - Class in nl.fd.hamcrest.jsoup
Matcher for a Jsoup element with a certain attribute.
ElementWithChild - Class in nl.fd.hamcrest.jsoup
Matches a given element, if it contains at least one child selectable by given CSS selector.
ElementWithClass - Class in nl.fd.hamcrest.jsoup
 
ElementWithData - Class in nl.fd.hamcrest.jsoup
 
ElementWithInnerHtml - Class in nl.fd.hamcrest.jsoup
 
ElementWithName - Class in nl.fd.hamcrest.jsoup
Matcher for Element with a certain name.
ElementWithOwnText - Class in nl.fd.hamcrest.jsoup
 
ElementWithText - Class in nl.fd.hamcrest.jsoup
 
ElementWithUniqueChild - Class in nl.fd.hamcrest.jsoup
Matches a given element, if it contains at least one child selectable by given CSS selector.

H

hasAttribute(String, String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithAttribute
Creates a Matcher for a JSoup Element with the given expectedValue for the given attributeName.
hasAttribute(String, Matcher<? super String>) - Static method in class nl.fd.hamcrest.jsoup.ElementWithAttribute
Creates a Matcher for a JSoup Element with the given expectedValue for the given attributeName.
hasChild(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithChild
Creates a Matcher for a JSoup Element with a child element that matches expectedValue.
hasClass(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithClass
Creates a Matcher for a JSoup Element with the specified css class(es).
hasData(Matcher<String>) - Static method in class nl.fd.hamcrest.jsoup.ElementWithData
Creates a Matcher for a JSoup Element with the given data as its own data content.
hasHref(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithAttribute
Deprecated.
hasHref(Matcher<? super String>) - Static method in class nl.fd.hamcrest.jsoup.ElementWithAttribute
Deprecated.
hasHtml(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithInnerHtml
hasInnerHtml(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithInnerHtml
Creates a Matcher for a JSoup Element with the inner HTML equal to expectedValue.
hasName(Matcher<? super String>) - Static method in class nl.fd.hamcrest.jsoup.ElementWithName
Creates a ElementWithName.
hasName(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithName
Creates a ElementWithName.
hasOwnText(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithOwnText
Creates a Matcher for a JSoup Element with the given text as its own text content.
hasText(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithText
Creates a Matcher for a JSoup Element with the given text as its own text content.
hasText(Matcher<? super String>) - Static method in class nl.fd.hamcrest.jsoup.ElementWithText
Creates a Matcher for a JSoup Element with the given text as its own text content.
hasUniqueChild(String) - Static method in class nl.fd.hamcrest.jsoup.ElementWithUniqueChild
Creates a Matcher for a JSoup Element with exactly one child element that matches expectedValue.

J

JSoupMatchers - Class in nl.fd.hamcrest.jsoup
Provides access to Hamcrest Matchers for JSoup Elements and Elements.

M

matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithAttribute
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithChild
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithClass
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithData
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithInnerHtml
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithName
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithOwnText
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithText
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.ElementWithUniqueChild
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.Selecting
 
matchesSafely(Element, Description) - Method in class nl.fd.hamcrest.jsoup.SelectingFirst
 

N

nl.fd.hamcrest.jsoup - package nl.fd.hamcrest.jsoup
 

S

Selecting - Class in nl.fd.hamcrest.jsoup
 
selecting(String, Matcher<Iterable<Element>>) - Static method in class nl.fd.hamcrest.jsoup.Selecting
Creates a Matcher for a JSoup Element that has a list of child nodes matching the specified cssExpression that are matched by the specified elementsMatcher.
SelectingFirst - Class in nl.fd.hamcrest.jsoup
 
SelectingFirst(String, Matcher<Element>) - Constructor for class nl.fd.hamcrest.jsoup.SelectingFirst
 
selectingFirst(String, Matcher<Element>) - Static method in class nl.fd.hamcrest.jsoup.SelectingFirst
Creates a Matcher for a JSoup Element that has a list of child nodes matching the specified cssExpression that are matched by the specified elementsMatcher.
C D E H J M N S 

Copyright © 2016 FD Mediagroep. All rights reserved.