Class IsUserEq<T extends com.atlassian.user.impl.DefaultUser>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<T>
com.atlassian.bamboo.matcher.bean.IsUserEq<T>
- All Implemented Interfaces:
org.hamcrest.Matcher<T>,org.hamcrest.SelfDescribing
public class IsUserEq<T extends com.atlassian.user.impl.DefaultUser>
extends org.hamcrest.TypeSafeMatcher<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) booleanmatchesSafely(com.atlassian.user.impl.DefaultUser user) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
IsUserEq
-
-
Method Details
-
matchesSafely
public boolean matchesSafely(com.atlassian.user.impl.DefaultUser user) - Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<T extends com.atlassian.user.impl.DefaultUser>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-