| Modifier and Type | Method and Description |
|---|---|
static Weekdays |
Weekdays.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Weekdays[] |
Weekdays.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Date> |
IsSameDayOfWeek.sameDayOfWeek(Weekdays weekday)
Creates a matcher that matches when the examined date is on the same day of the week as the supplied day
For example:
|
static org.hamcrest.Matcher<Date> |
DateMatchers.sameDayOfWeek(Weekdays weekday)
Creates a matcher that matches when the examined date is on the same day of the week as the supplied day
For example:
|
static org.hamcrest.Matcher<Date> |
DateMatchers.sameWeekday(Weekdays weekday)
Deprecated.
|
| Constructor and Description |
|---|
IsSameDayOfWeek(Weekdays weekday) |
Copyright © 2014. All Rights Reserved.