Class IsEntityObjectIdEq<T extends com.atlassian.core.bean.EntityObject>

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

    public class IsEntityObjectIdEq<T extends com.atlassian.core.bean.EntityObject>
    extends org.hamcrest.beans.HasPropertyWithValue<T>
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends com.atlassian.core.bean.EntityObject>
      org.hamcrest.Matcher<T>
      hasEqualId​(T reference)  
      • Methods inherited from class org.hamcrest.beans.HasPropertyWithValue

        describeTo, hasProperty, matchesSafely
      • Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher

        describeMismatch, matches
      • Methods inherited from class org.hamcrest.BaseMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, toString
    • Method Detail

      • hasEqualId

        public static <T extends com.atlassian.core.bean.EntityObject> org.hamcrest.Matcher<T> hasEqualId​(@NotNull
                                                                                                          T reference)