Class DateIsBeforeMatcher

java.lang.Object
org.hamcrest.BaseMatcher<Date>
org.hamcrest.TypeSafeMatcher<Date>
net.thucydides.model.matchers.dates.DateIsBeforeMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<Date>, org.hamcrest.SelfDescribing

public class DateIsBeforeMatcher extends org.hamcrest.TypeSafeMatcher<Date>