com.silverpeas.export.ical
Class CalendarEventMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<String>
com.silverpeas.export.ical.CalendarEventMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<String>, org.hamcrest.SelfDescribing
public class CalendarEventMatcher
- extends org.hamcrest.TypeSafeMatcher<String>
A matcher of a VEVENT instruction in an iCal calendar with a Silverpeas calendar 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 |
describes
public static org.hamcrest.Matcher<String> describes(CalendarEvent event)
describeTo
public void describeTo(org.hamcrest.Description description)
matchesSafely
public boolean matchesSafely(String actualICalContent)
- Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<String>
Copyright © 2016 Silverpeas. All Rights Reserved.