Package org.assertj.core.error
Class ShouldBeInTheFuture
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeInTheFuture
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a
Date or a Temporal is in the future failed.- Author:
- Joel Costigliola, Stefan Bratanov
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeInTheFuture(Temporal actual) Creates a new.ShouldBeInTheFuturestatic ErrorMessageFactoryshouldBeInTheFuture(Date actual) Creates a new.ShouldBeInTheFuturestatic ErrorMessageFactoryshouldBeInTheFuture(Date actual, ComparisonStrategy comparisonStrategy) Creates a new.ShouldBeInTheFutureMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBeInTheFuture
public static ErrorMessageFactory shouldBeInTheFuture(Date actual, ComparisonStrategy comparisonStrategy) Creates a new.ShouldBeInTheFuture- Parameters:
actual- the actual value in the failed assertion.comparisonStrategy- theComparisonStrategyused to evaluate assertion.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeInTheFuture
Creates a new.ShouldBeInTheFuture- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeInTheFuture
Creates a new.ShouldBeInTheFuture- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-