Class IsPlanKeyEq<T extends Plan>

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

    public class IsPlanKeyEq<T extends Plan>
    extends org.hamcrest.TypeSafeMatcher<T>
    • Constructor Detail

      • IsPlanKeyEq

        public IsPlanKeyEq​(@NotNull
                           @NotNull Plan reference)
    • Method Detail

      • matchesSafely

        protected boolean matchesSafely​(T plan)
        Specified by:
        matchesSafely in class org.hamcrest.TypeSafeMatcher<T extends Plan>
      • describeTo

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

        public static <T extends Plan> org.hamcrest.Matcher<T> hasEqualPlanKey​(@NotNull
                                                                               T reference)