com.silverpeas.personalization
Class PersonalizeDetailMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<UserPreferences>
      extended by com.silverpeas.personalization.PersonalizeDetailMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<UserPreferences>, org.hamcrest.SelfDescribing

public class PersonalizeDetailMatcher
extends org.hamcrest.BaseMatcher<UserPreferences>


Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matches(Object item)
           
static PersonalizeDetailMatcher matches(UserPreferences detail)
          Creates a new matcher with the specified personalization detail.
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.