net.thucydides.core.matchers.dates
Class DateTimeCollectionContainsSameDatesMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<Collection<org.joda.time.DateTime>>
net.thucydides.core.matchers.dates.DateTimeCollectionContainsSameDatesMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<Collection<org.joda.time.DateTime>>, org.hamcrest.SelfDescribing
public class DateTimeCollectionContainsSameDatesMatcher
- extends org.hamcrest.TypeSafeMatcher<Collection<org.joda.time.DateTime>>
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, describeMismatchSafely, matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
DateTimeCollectionContainsSameDatesMatcher
public DateTimeCollectionContainsSameDatesMatcher(Collection<org.joda.time.DateTime> expectedDates)
matchesSafely
public boolean matchesSafely(Collection<org.joda.time.DateTime> dates)
- Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<Collection<org.joda.time.DateTime>>
describeTo
public void describeTo(org.hamcrest.Description description)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.