com.atlassian.bamboo.matcher.bean
Class IsConsumedSubscriptionEq

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<ConsumedSubscription>
          extended by com.atlassian.bamboo.matcher.bean.IsConsumedSubscriptionEq
All Implemented Interfaces:
org.hamcrest.Matcher<ConsumedSubscription>, org.hamcrest.SelfDescribing

public class IsConsumedSubscriptionEq
extends org.hamcrest.TypeSafeMatcher<ConsumedSubscription>


Constructor Summary
protected IsConsumedSubscriptionEq(ConsumedSubscription reference)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
static org.hamcrest.Matcher<ConsumedSubscription> equalToConsumedSubscription(ConsumedSubscription reference)
           
 boolean matchesSafely(ConsumedSubscription consumedSubscription)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsConsumedSubscriptionEq

protected IsConsumedSubscriptionEq(@NotNull
                                   ConsumedSubscription reference)
Method Detail

matchesSafely

public boolean matchesSafely(ConsumedSubscription consumedSubscription)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<ConsumedSubscription>

describeTo

public void describeTo(org.hamcrest.Description description)

equalToConsumedSubscription

public static org.hamcrest.Matcher<ConsumedSubscription> equalToConsumedSubscription(@NotNull
                                                                                     ConsumedSubscription reference)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.