Class IsWithin<T,​E>

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

    public class IsWithin<T,​E>
    extends TemporalMatcher<T>
    A matcher that tests that the examined date is within a defined period of the reference date
    Author:
    Stewart Bissett