Class IsMinimum<T>

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

    public class IsMinimum<T>
    extends TemporalMatcher<T>
    A base matcher that tests that the examined date has the maximum value for the given date part
    Author:
    Stewart Bissett