- IsAfter - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is after the reference date
- IsAfter(Date) - Constructor for class org.exparity.hamcrest.date.IsAfter
-
- isApril() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in April
For example:
- isApril() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in April
For example:
- isAugust() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in August
For example:
- isAugust() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in August
For example:
- IsBefore - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is before the reference date
- IsBefore(Date) - Constructor for class org.exparity.hamcrest.date.IsBefore
-
- IsDay - Class in org.exparity.hamcrest.date
-
A set of matchers for testing the day portion of a
Date
- IsDay() - Constructor for class org.exparity.hamcrest.date.IsDay
-
- IsDayOfMonth - Class in org.exparity.hamcrest.date
-
- IsDayOfMonth() - Constructor for class org.exparity.hamcrest.date.IsDayOfMonth
-
- isDecember() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in December
For example:
- isDecember() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in December
For example:
- isFebruary() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in February
For example:
- isFebruary() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in February
For example:
- isFirstDayOfMonth() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on the first day of the month
For example:
- isFirstDayOfMonth() - Static method in class org.exparity.hamcrest.date.IsDayOfMonth
-
Creates a matcher that matches when the examined date is on the first day of the month
For example:
- isFriday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a friday
For example:
- isFriday() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a friday
For example:
- isJanuary() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in January
For example:
- isJanuary() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in January
For example:
- isJuly() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in July
For example:
- isJuly() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in July
For example:
- isJune() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in June
For example:
- isJune() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in June
For example:
- isLastDayOfMonth() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on the first day of the month
For example:
- isLastDayOfMonth() - Static method in class org.exparity.hamcrest.date.IsDayOfMonth
-
Creates a matcher that matches when the examined date is on the first day of the month
For example:
- isLeapYear() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is a leap year
For example:
- IsLeapYear - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is a leap year
- IsLeapYear() - Constructor for class org.exparity.hamcrest.date.IsLeapYear
-
- isLeapYear() - Static method in class org.exparity.hamcrest.date.IsLeapYear
-
Creates a matcher that matches when the examined date is a leap year
For example:
- isMarch() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in March
For example:
- isMarch() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in March
For example:
- isMay() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in May
For example:
- isMay() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in May
For example:
- isMonday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a monday
For example:
- isMonday() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a monday
For example:
- isNovember() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in November
For example:
- isNovember() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in November
For example:
- isOctober() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in October
For example:
- isOctober() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in October
For example:
- IsSameDay - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is on the same day of the year as the reference date
- IsSameDay(Date) - Constructor for class org.exparity.hamcrest.date.IsSameDay
-
- IsSameDayOfWeek - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is on the same day of the week as the reference date
- IsSameDayOfWeek(Date) - Constructor for class org.exparity.hamcrest.date.IsSameDayOfWeek
-
- IsSameDayOfWeek(Weekdays) - Constructor for class org.exparity.hamcrest.date.IsSameDayOfWeek
-
- IsSameHour - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is on the same hour as the reference date
- IsSameHour(Date) - Constructor for class org.exparity.hamcrest.date.IsSameHour
-
- IsSameHour(int) - Constructor for class org.exparity.hamcrest.date.IsSameHour
-
- IsSameInstant - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is the same instant down to the millisecond as the reference date
- IsSameInstant(Date) - Constructor for class org.exparity.hamcrest.date.IsSameInstant
-
- IsSameMillisecond - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is on the same second as the reference date
- IsSameMillisecond(Date) - Constructor for class org.exparity.hamcrest.date.IsSameMillisecond
-
- IsSameMillisecond(int) - Constructor for class org.exparity.hamcrest.date.IsSameMillisecond
-
- IsSameMinute - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is on the same minute as the reference date
- IsSameMinute(Date) - Constructor for class org.exparity.hamcrest.date.IsSameMinute
-
- IsSameMinute(int) - Constructor for class org.exparity.hamcrest.date.IsSameMinute
-
- IsSameMonth - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is on the same month as the reference date
- IsSameMonth(Date) - Constructor for class org.exparity.hamcrest.date.IsSameMonth
-
- IsSameMonth(Months) - Constructor for class org.exparity.hamcrest.date.IsSameMonth
-
- IsSameOrAfter - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is after or at the same instant as the reference date
- IsSameOrAfter() - Constructor for class org.exparity.hamcrest.date.IsSameOrAfter
-
- IsSameOrBefore - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is before or at the same instant as the reference date
- IsSameOrBefore() - Constructor for class org.exparity.hamcrest.date.IsSameOrBefore
-
- IsSameSecond - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is on the same second as the reference date
- IsSameSecond(Date) - Constructor for class org.exparity.hamcrest.date.IsSameSecond
-
- IsSameSecond(int) - Constructor for class org.exparity.hamcrest.date.IsSameSecond
-
- IsSameYear - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is on the same year as the reference date
- IsSameYear(Date) - Constructor for class org.exparity.hamcrest.date.IsSameYear
-
- IsSameYear(int) - Constructor for class org.exparity.hamcrest.date.IsSameYear
-
- isSaturday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a saturday
For example:
- isSaturday() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a saturday
For example:
- isSeptember() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is in September
For example:
- isSeptember() - Static method in class org.exparity.hamcrest.date.IsSameMonth
-
Creates a matcher that matches when the examined date is in September
For example:
- isSunday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a sunday
For example:
- isSunday() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a sunday
For example:
- isThursday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a thursday
For example:
- isThursday() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a thursday
For example:
- isToday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is today
For example:
- isToday() - Static method in class org.exparity.hamcrest.date.IsDay
-
Creates a matcher that matches when the examined date is today
For example:
- isTomorrow() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is tomorrow
For example:
- isTomorrow() - Static method in class org.exparity.hamcrest.date.IsDay
-
Creates a matcher that matches when the examined date is tomorrow
For example:
- isTuesday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a tuesday
For example:
- isTuesday() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a tuesday
For example:
- isWednesday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a wednesday
For example:
- isWednesday() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a wednesday
For example:
- isWeekday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a weekday
For example:
- isWeekday() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a weekday
For example:
- isWeekend() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is on a weekend
For example:
- isWeekend() - Static method in class org.exparity.hamcrest.date.IsSameDayOfWeek
-
Creates a matcher that matches when the examined date is on a weekend
For example:
- IsWithin - Class in org.exparity.hamcrest.date
-
A matcher that tests that the examined date is within a defined period of the reference date
- IsWithin(long, TimeUnit, Date) - Constructor for class org.exparity.hamcrest.date.IsWithin
-
- isYesterday() - Static method in class org.exparity.hamcrest.date.DateMatchers
-
Creates a matcher that matches when the examined date is yesterday
For example:
- isYesterday() - Static method in class org.exparity.hamcrest.date.IsDay
-
Creates a matcher that matches when the examined date is yesterday
For example: