Class IsLoginInformationEq

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<LoginInformation>
com.atlassian.bamboo.matcher.user.IsLoginInformationEq
All Implemented Interfaces:
org.hamcrest.Matcher<LoginInformation>, org.hamcrest.SelfDescribing

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

    • IsLoginInformationEq

      protected IsLoginInformationEq(@NotNull @NotNull LoginInformation reference)
  • Method Details

    • matchesSafely

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

      public void describeTo(org.hamcrest.Description description)
    • isLoginInformationEq

      public static org.hamcrest.Matcher<LoginInformation> isLoginInformationEq(@NotNull @NotNull LoginInformation reference)