| Method and Description |
|---|
| nl.fd.hamcrest.jsoup.JSoupMatchers.containingElementsWithOwnTexts(String...)
in favour of
Matchers.contains(List) |
| nl.fd.hamcrest.jsoup.ElementWithAttribute.hasHref(Matcher super String>)
Use
instead |
| nl.fd.hamcrest.jsoup.ElementWithAttribute.hasHref(String)
Use
instead |
| nl.fd.hamcrest.jsoup.ElementWithInnerHtml.hasHtml(String)
Use
ElementWithInnerHtml.hasInnerHtml(String) instead |
Copyright © 2015 FD Mediagroep. All rights reserved.