eXparity / hamcrest-date

A Java library which provides a suite hamcrest matchers for matching dates, times, and moments in time
BSD 3-Clause "New" or "Revised" License
70 stars 11 forks source link

joda-date support #8

Closed dantheperson closed 11 years ago

dantheperson commented 11 years ago

Hi,

Could you provide a variant of IsBefore.before(...) that takes a joda DateTime instead of the old java.util.Date?

stewbis commented 11 years ago

Hi,

The intention for the hamcrest-date library is to only support the built-in Java date types (however unwieldy they may be). You could fork this code base to create hamcrest-joda-time but there's no intention at this time to add a joda-time dependency to hamcrest-date.

Thanks

stewbis