Class IsPlanRepositoryLinkEq

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<PlanRepositoryLink>
com.atlassian.bamboo.matcher.bean.IsPlanRepositoryLinkEq
All Implemented Interfaces:
org.hamcrest.Matcher<PlanRepositoryLink>, org.hamcrest.SelfDescribing

public class IsPlanRepositoryLinkEq extends org.hamcrest.TypeSafeMatcher<PlanRepositoryLink>
  • Method Details

    • matchesSafely

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

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

      public static org.hamcrest.Matcher<PlanRepositoryLink> equalToPlanRepositoryLink(@NotNull @NotNull PlanRepositoryLink reference)