Class LocalizedMatcher

    • Constructor Detail

      • LocalizedMatcher

        public LocalizedMatcher​(org.hamcrest.Matcher actualMatcher)
    • Method Detail

      • describeMismatch

        public void describeMismatch​(java.lang.Object item,
                                     org.hamcrest.Description mismatchDescription)
        Specified by:
        describeMismatch in interface org.hamcrest.Matcher
      • _dont_implement_Matcher___instead_extend_BaseMatcher_

        public void _dont_implement_Matcher___instead_extend_BaseMatcher_()
        Specified by:
        _dont_implement_Matcher___instead_extend_BaseMatcher_ in interface org.hamcrest.Matcher
      • matches

        public boolean matches​(java.lang.Object item)
        Specified by:
        matches in interface org.hamcrest.Matcher
      • describeTo

        public void describeTo​(org.hamcrest.Description description)
        Specified by:
        describeTo in interface org.hamcrest.SelfDescribing
      • getLocation

        public Location getLocation()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object