Package org.assertj.core.error
Class ShouldBeInThePast
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeInThePast
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a
Date
is in the past failed.-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ShouldBeInThePast
(Date actual, ComparisonStrategy comparisonStrategy) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldBeInThePast
(Date actual) Creates a new
.ShouldBeInThePast
static ErrorMessageFactory
shouldBeInThePast
(Date actual, ComparisonStrategy comparisonStrategy) Creates a new
.ShouldBeInThePast
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldBeInThePast
-
-
Method Details
-
shouldBeInThePast
public static ErrorMessageFactory shouldBeInThePast(Date actual, ComparisonStrategy comparisonStrategy) Creates a new
.ShouldBeInThePast
- Parameters:
actual
- the actual value in the failed assertion.comparisonStrategy
- theComparisonStrategy
used to evaluate assertion.- Returns:
- the created
ErrorMessageFactory
.
-
shouldBeInThePast
Creates a new
.ShouldBeInThePast
- Parameters:
actual
- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory
.
-