net.thucydides.core.matchers.dates
Class DateTimeCollectionContainsSameDatesMatcher

Package class diagram package DateTimeCollectionContainsSameDatesMatcher
java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<Collection<org.joda.time.DateTime>>
          extended by 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>>


Constructor Summary
DateTimeCollectionContainsSameDatesMatcher(Collection<org.joda.time.DateTime> expectedDates)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matchesSafely(Collection<org.joda.time.DateTime> dates)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateTimeCollectionContainsSameDatesMatcher

public DateTimeCollectionContainsSameDatesMatcher(Collection<org.joda.time.DateTime> expectedDates)
Method Detail

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.