Class DateCollectionContainsSameDatesMatcher

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

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