Class 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 Detail

      • NoBrokenLinks

        public NoBrokenLinks​(URI uri)
        Public ctor.
        Parameters:
        uri - Home page URI, for relative links
    • Method Detail

      • matches

        public boolean matches​(Object item)
      • describeTo

        public void describeTo​(org.hamcrest.Description description)