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

Add support for Java 8 LocalTime #15

Closed briemla closed 8 years ago

briemla commented 8 years ago

Please add support for Java 8 LocalTime in the same way LocalDate is supported.

stewbis commented 8 years ago

Hi,

I've just added support for LocalTime and It'll be able in version 2.0.2 which will be available in maven in about and hour. Let me know if it's got the matchers you need.

Thanks

Stewart

briemla commented 8 years ago

Hi,

It works like a charm.

Thanks Lars