com.silverpeas.delegatednews
Class DelegatedNewsMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<DelegatedNews>
      extended by com.silverpeas.delegatednews.DelegatedNewsMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<DelegatedNews>, org.hamcrest.SelfDescribing

public class DelegatedNewsMatcher
extends org.hamcrest.BaseMatcher<DelegatedNews>


Method Summary
 void describeTo(org.hamcrest.Description description)
           
static DelegatedNewsMatcher matches(DelegatedNews delegatedNews)
          Creates a new matcher with the specified delegated new.
 boolean matches(Object item)
           
 
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 DelegatedNewsMatcher matches(DelegatedNews delegatedNews)
Creates a new matcher with the specified delegated new.

Parameters:
detail - the delegated new detail to match.
Returns:
a delegated new detail matcher.

matches

public boolean matches(Object item)

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2016 Silverpeas. All Rights Reserved.