public final class NoBrokenLinks extends BaseMatcher<com.jcabi.http.Response>
| Constructor and Description |
|---|
NoBrokenLinks(URI uri)
Public ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(Description description) |
boolean |
matches(Object item) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toStringpublic NoBrokenLinks(URI uri)
uri - Home page URI, for relative linkspublic boolean matches(Object item)
public void describeTo(Description description)
Copyright © 2012–2017 jcabi.com. All rights reserved.