Package com.jcabi.matchers
Class NoBrokenLinks
- java.lang.Object
-
- org.hamcrest.BaseMatcher<com.jcabi.http.Response>
-
- com.jcabi.matchers.NoBrokenLinks
-
- All Implemented Interfaces:
org.hamcrest.Matcher<com.jcabi.http.Response>
,org.hamcrest.SelfDescribing
public final class NoBrokenLinks extends org.hamcrest.BaseMatcher<com.jcabi.http.Response>
Finds broken links in HTML.- Since:
- 0.3.4
-
-
Constructor Summary
Constructors Constructor Description NoBrokenLinks(URI uri)
Public ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
boolean
matches(Object item)
-