Package org.fest.assertions.error
Class ShouldBeInTheFuture
java.lang.Object
org.fest.assertions.error.BasicErrorMessageFactory
org.fest.assertions.error.ShouldBeInTheFuture
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a
Date
is in the future failed.- Author:
- Joel Costigliola
-
Field Summary
Fields inherited from class org.fest.assertions.error.BasicErrorMessageFactory
arguments, format
-
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldBeInTheFuture
(Date actual) Creates a newShouldBeInTheFuture
.static ErrorMessageFactory
shouldBeInTheFuture
(Date actual, ComparisonStrategy comparisonStrategy) Creates a newShouldBeInTheFuture
.Methods inherited from class org.fest.assertions.error.BasicErrorMessageFactory
create, equals, hashCode, toString
-
Method Details
-
shouldBeInTheFuture
public static ErrorMessageFactory shouldBeInTheFuture(Date actual, ComparisonStrategy comparisonStrategy) Creates a newShouldBeInTheFuture
.- Parameters:
actual
- the actual value in the failed assertion.comparisonStrategy
- theComparisonStrategy
used to evaluate assertion.- Returns:
- the created
ErrorMessageFactory
.
-
shouldBeInTheFuture
Creates a newShouldBeInTheFuture
.- Parameters:
actual
- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory
.
-