Class DateCollectionContainsSameDatesMatcher

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<Collection<Date>>
net.thucydides.core.matchers.dates.DateCollectionContainsSameDatesMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<Collection<Date>>, org.hamcrest.SelfDescribing

public class DateCollectionContainsSameDatesMatcher extends org.hamcrest.TypeSafeMatcher<Collection<Date>>
  • Constructor Details

    • DateCollectionContainsSameDatesMatcher

      public DateCollectionContainsSameDatesMatcher(Collection<Date> expectedDates)
  • Method Details

    • matchesSafely

      public boolean matchesSafely(Collection<Date> dates)
      Specified by:
      matchesSafely in class org.hamcrest.TypeSafeMatcher<Collection<Date>>
    • describeTo

      public void describeTo(org.hamcrest.Description description)