|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hamcrest.BaseMatcher<T> org.hamcrest.TypeSafeMatcher<ArtifactSubscription> com.atlassian.bamboo.matcher.bean.IsArtifactSubscriptionEq
public class IsArtifactSubscriptionEq
Constructor Summary | |
---|---|
protected |
IsArtifactSubscriptionEq(ArtifactSubscription reference)
|
Method Summary | |
---|---|
void |
describeTo(org.hamcrest.Description description)
|
static org.hamcrest.Matcher<ArtifactSubscription> |
equalToArtifactSubscription(ArtifactSubscription reference)
|
boolean |
matchesSafely(ArtifactSubscription artifactSubscription)
|
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 |
---|
protected IsArtifactSubscriptionEq(@NotNull ArtifactSubscription reference)
Method Detail |
---|
public boolean matchesSafely(ArtifactSubscription artifactSubscription)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<ArtifactSubscription>
public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<ArtifactSubscription> equalToArtifactSubscription(@NotNull ArtifactSubscription reference)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |