|
||||||||||
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<ArtifactLink> com.atlassian.bamboo.matcher.bean.IsArtifactLinkEq
public class IsArtifactLinkEq
Constructor Summary | |
---|---|
IsArtifactLinkEq(ArtifactLink reference)
|
Method Summary | |
---|---|
void |
describeTo(org.hamcrest.Description description)
|
static org.hamcrest.Matcher<ArtifactLink> |
equalToArtifactLink(ArtifactLink reference)
|
boolean |
matchesSafely(ArtifactLink artifactLink)
|
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 |
---|
public IsArtifactLinkEq(@NotNull ArtifactLink reference)
Method Detail |
---|
public boolean matchesSafely(ArtifactLink artifactLink)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<ArtifactLink>
public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<ArtifactLink> equalToArtifactLink(@NotNull ArtifactLink reference)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |