com.stratelia.webactiv.almanach.model
Class EventDetailMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<EventDetail>
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.
Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, describeMismatchSafely, matches |
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
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.