Class IsDayOfWeek<T>

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

    public class IsDayOfWeek<T>
    extends TemporalMatcher<T>
    A matcher that tests that the examined date is on the same day of the week as the reference date
    Author:
    Stewart Bissett