com.silverpeas.personalization
Class PersonalizeDetailMatcher
java.lang.Object
org.hamcrest.BaseMatcher<UserPreferences>
com.silverpeas.personalization.PersonalizeDetailMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<UserPreferences>, org.hamcrest.SelfDescribing
public class PersonalizeDetailMatcher
- extends org.hamcrest.BaseMatcher<UserPreferences>
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
matches
public static PersonalizeDetailMatcher matches(UserPreferences detail)
- Creates a new matcher with the specified personalization detail.
- Parameters:
detail - the personalization detail to match.
- Returns:
- a personalization detail matcher.
matches
public boolean matches(Object item)
describeTo
public void describeTo(org.hamcrest.Description description)
Copyright © 2016 Silverpeas. All Rights Reserved.