public class DateCollectionContainsSameDatesMatcher extends org.hamcrest.TypeSafeMatcher<Collection<Date>>
| Constructor and Description |
|---|
DateCollectionContainsSameDatesMatcher(Collection<Date> expectedDates) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(Collection<Date> dates) |
describeMismatch, describeMismatchSafely, matchespublic DateCollectionContainsSameDatesMatcher(Collection<Date> expectedDates)
public boolean matchesSafely(Collection<Date> dates)
matchesSafely in class org.hamcrest.TypeSafeMatcher<Collection<Date>>public void describeTo(org.hamcrest.Description description)
Copyright © 2022. All rights reserved.