com.stratelia.webactiv.almanach.model
Class EventDetailMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<EventDetail>
          extended by com.stratelia.webactiv.almanach.model.EventDetailMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<EventDetail>, org.hamcrest.SelfDescribing

public class EventDetailMatcher
extends org.hamcrest.TypeSafeMatcher<EventDetail>

A matcher of event details to use in tests.


Method Summary
 void describeTo(org.hamcrest.Description description)
           
protected  boolean matchesSafely(EventDetail actual)
           
static
<T> org.hamcrest.Matcher<EventDetail>
theEventDetail(EventDetail event)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

matchesSafely

protected boolean matchesSafely(EventDetail actual)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<EventDetail>

describeTo

public void describeTo(org.hamcrest.Description description)

theEventDetail

public static <T> org.hamcrest.Matcher<EventDetail> theEventDetail(EventDetail event)


Copyright © 2016 Silverpeas. All Rights Reserved.