com.atlassian.bamboo.matcher.bean
Class IsArtifactDefinitionEq

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

public class IsArtifactDefinitionEq
extends org.hamcrest.TypeSafeMatcher<ArtifactDefinition>


Constructor Summary
protected IsArtifactDefinitionEq(ArtifactDefinition reference)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
static org.hamcrest.Matcher<ArtifactDefinition> equalToArtifactDefinition(ArtifactDefinition reference)
           
 boolean matchesSafely(ArtifactDefinition artifactDefinition)
           
 
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

IsArtifactDefinitionEq

protected IsArtifactDefinitionEq(@NotNull
                                 ArtifactDefinition reference)
Method Detail

matchesSafely

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

describeTo

public void describeTo(org.hamcrest.Description description)

equalToArtifactDefinition

public static org.hamcrest.Matcher<ArtifactDefinition> equalToArtifactDefinition(@NotNull
                                                                                 ArtifactDefinition reference)


Copyright © 2011 Atlassian. All Rights Reserved.