Class IsLoginInformationEq

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

    public class IsLoginInformationEq
    extends org.hamcrest.TypeSafeMatcher<LoginInformation>
    • Constructor Detail

      • IsLoginInformationEq

        protected IsLoginInformationEq​(@NotNull
                                       @NotNull LoginInformation reference)
    • Method Detail

      • matchesSafely

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

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