com.atlassian.bamboo.matcher.bean
Class IsEntityObjectIdEq

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<T>
          extended by org.hamcrest.beans.HasPropertyWithValue<com.atlassian.core.bean.EntityObject>
              extended by com.atlassian.bamboo.matcher.bean.IsEntityObjectIdEq
All Implemented Interfaces:
org.hamcrest.Matcher<com.atlassian.core.bean.EntityObject>, org.hamcrest.SelfDescribing

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


Constructor Summary
protected IsEntityObjectIdEq(com.atlassian.core.bean.EntityObject reference)
           
 
Method Summary
static org.hamcrest.Matcher<com.atlassian.core.bean.EntityObject> hasEqualId(com.atlassian.core.bean.EntityObject reference)
           
 
Methods inherited from class org.hamcrest.beans.HasPropertyWithValue
describeTo, hasProperty, matchesSafely
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsEntityObjectIdEq

protected IsEntityObjectIdEq(@NotNull
                             com.atlassian.core.bean.EntityObject reference)
Method Detail

hasEqualId

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


Copyright © 2012 Atlassian. All Rights Reserved.