| Package | Description |
|---|---|
| org.exparity.hamcrest.date |
Matchers of Dates
|
| Modifier and Type | Method and Description |
|---|---|
static DayMonthYear |
Moments.today()
Deprecated.
Return a
DayMonthYear instance representing today |
static DayMonthYear |
Moments.tomorrow()
Deprecated.
Return a
DayMonthYear instance representing tomorrow |
static DayMonthYear |
Moments.yesterday()
Deprecated.
Return a
DayMonthYear instance representing yesterday |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Date> |
DateMatchers.after(DayMonthYear date)
Deprecated.
|
static org.hamcrest.Matcher<Date> |
DateMatchers.before(DayMonthYear date)
Deprecated.
|
static org.hamcrest.Matcher<Date> |
DateMatchers.sameDay(DayMonthYear date)
Deprecated.
|
static org.hamcrest.Matcher<Date> |
DateMatchers.sameOrAfter(DayMonthYear date)
Deprecated.
|
static org.hamcrest.Matcher<Date> |
DateMatchers.sameOrBefore(DayMonthYear date)
Deprecated.
|
static org.hamcrest.Matcher<Date> |
DateMatchers.within(long period,
TimeUnit unit,
DayMonthYear date)
Deprecated.
|
Copyright © 2016. All rights reserved.