Class IsSameOrAfter<T,​E>

  • All Implemented Interfaces:
    org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

    public class IsSameOrAfter<T,​E>
    extends TemporalMatcher<T>
    A matcher that tests that the examined date is before or the same instant as the reference date
    Author:
    Stewart Bissett