public class ShouldBeAfterOrEqualsTo extends BasicErrorMessageFactory
Date
is after or equals to another
one
failed.arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ShouldBeAfterOrEqualsTo(java.lang.Object actual,
java.lang.Object other,
ComparisonStrategy comparisonStrategy) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldBeAfterOrEqualsTo(java.lang.Object actual,
java.lang.Object other)
Creates a new
ShouldBeAfterOrEqualsTo . |
static ErrorMessageFactory |
shouldBeAfterOrEqualsTo(java.lang.Object actual,
java.lang.Object other,
ComparisonStrategy comparisonStrategy)
Creates a new
ShouldBeAfterOrEqualsTo . |
create, create, create, equals, hashCode, toString, unquotedString
private ShouldBeAfterOrEqualsTo(java.lang.Object actual, java.lang.Object other, ComparisonStrategy comparisonStrategy)
public static ErrorMessageFactory shouldBeAfterOrEqualsTo(java.lang.Object actual, java.lang.Object other, ComparisonStrategy comparisonStrategy)
ShouldBeAfterOrEqualsTo
.actual
- the actual value in the failed assertion.other
- the value used in the failed assertion to compare the actual value to.comparisonStrategy
- the ComparisonStrategy
used to evaluate assertion.ErrorMessageFactory
.public static ErrorMessageFactory shouldBeAfterOrEqualsTo(java.lang.Object actual, java.lang.Object other)
ShouldBeAfterOrEqualsTo
.actual
- the actual value in the failed assertion.other
- the value used in the failed assertion to compare the actual value to.ErrorMessageFactory
.