net.thucydides.core.matchers.dates
Class DateCollectionContainsSameDatesMatcher

Package class diagram package DateCollectionContainsSameDatesMatcher
java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<Collection<Date>>
          extended by 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 Summary
DateCollectionContainsSameDatesMatcher(Collection<Date> expectedDates)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matchesSafely(Collection<Date> dates)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
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

DateCollectionContainsSameDatesMatcher

public DateCollectionContainsSameDatesMatcher(Collection<Date> expectedDates)
Method Detail

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)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.