Class DateTimeCollectionContainsSameDatesMatcher

java.lang.Object
org.hamcrest.BaseMatcher<Collection<org.joda.time.DateTime>>
org.hamcrest.TypeSafeMatcher<Collection<org.joda.time.DateTime>>
net.thucydides.model.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>>