public class ShouldBeInSameDay extends BasicErrorMessageFactory
Date
is in same year, month and day of month
as another one failed.arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldBeInSameDay(java.util.Date actual,
java.util.Date other) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldBeInSameDay(java.util.Date actual,
java.util.Date other)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedString
private ShouldBeInSameDay(java.util.Date actual, java.util.Date other)
public static ErrorMessageFactory shouldBeInSameDay(java.util.Date actual, java.util.Date other)
ShouldBeInSameDay
.actual
- the actual value in the failed assertion.other
- the value used in the failed assertion to compare the actual value to.ErrorMessageFactory
.