Class IsAuthorEq

  • All Implemented Interfaces:
    org.hamcrest.Matcher<Author>, org.hamcrest.SelfDescribing

    public class IsAuthorEq
    extends org.hamcrest.TypeSafeMatcher<Author>
    • Constructor Detail

      • IsAuthorEq

        protected IsAuthorEq​(@NotNull
                             @NotNull Author reference)
    • Method Detail

      • matchesSafely

        public boolean matchesSafely​(Author author)
        Specified by:
        matchesSafely in class org.hamcrest.TypeSafeMatcher<Author>
      • describeTo

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

        public static org.hamcrest.Matcher<Author> equalToAuthor​(@NotNull
                                                                 @NotNull Author reference)