Package org.assertj.core.error
Class ShouldBeToday
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeToday
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a
Date is today (matching only year, month and
day but not hours).- Author:
- Joel Costigliola
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeToday(LocalDate actual) Creates a new.ShouldBeTodaystatic ErrorMessageFactoryshouldBeToday(Date actual) Creates a new.ShouldBeTodaystatic ErrorMessageFactoryshouldBeToday(Date actual, ComparisonStrategy comparisonStrategy) Creates a new.ShouldBeTodayMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBeToday
Creates a new.ShouldBeToday- Parameters:
actual- the actual value in the failed assertion.comparisonStrategy- theComparisonStrategyused to evaluate assertion.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeToday
Creates a new.ShouldBeToday- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeToday
Creates a new.ShouldBeToday- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-