Class IsEntityObjectIdEq<T extends com.atlassian.core.bean.EntityObject>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeDiagnosingMatcher<T>
-
- org.hamcrest.beans.HasPropertyWithValue<T>
-
- com.atlassian.bamboo.matcher.bean.IsEntityObjectIdEq<T>
-
- 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
-
-