com.silverpeas.profile.web.matchers
Class UsersMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<UserProfileEntity[]>
com.silverpeas.profile.web.matchers.UsersMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<UserProfileEntity[]>, org.hamcrest.SelfDescribing
public class UsersMatcher
- extends org.hamcrest.TypeSafeMatcher<UserProfileEntity[]>
A matcher of one or more users details.
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, describeMismatchSafely, matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
contains
public static org.hamcrest.Matcher<UserProfileEntity[]> contains(UserDetail[] users)
contains
public static org.hamcrest.Matcher<UserProfileEntity[]> contains(List<? extends UserDetail> users)
matchesSafely
protected boolean matchesSafely(UserProfileEntity[] actual)
- Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<UserProfileEntity[]>
describeTo
public void describeTo(org.hamcrest.Description description)
Copyright © 2016 Silverpeas. All Rights Reserved.