public final class JSoupMatchers extends Object
Matchers for JSoup Elements and Elements.
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<org.jsoup.select.Elements> |
containingElementsWithOwnTexts(String... texts)
Deprecated.
in favour of
Matchers.contains(List) |
@Deprecated public static org.hamcrest.Matcher<org.jsoup.select.Elements> containingElementsWithOwnTexts(String... texts)
Matchers.contains(List)Matcher for a JSoup Elements containing Elements with the given texts
as their own text content. The order of the elements is important.texts - The texts for which the Elements content should matchMatcher for a JSoup Elements containing Elements with the given texts
as their own text contentCopyright © 2015 FD Mediagroep. All rights reserved.