Class IsBefore<T,​E>

  • Type Parameters:
    T - the test type
    E - the expected type
    All Implemented Interfaces:
    org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

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