Package org.assertj.core.error
Class ShouldBeBeforeYear
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeBeforeYear
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a
Date is before given year failed.- Author:
- Joel Costigliola
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeBeforeYear(Date actual, int year) Creates a new.ShouldBeBeforeYearstatic ErrorMessageFactoryshouldBeBeforeYear(Date actual, int year, ComparisonStrategy comparisonStrategy) Creates a new.ShouldBeBeforeYearMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBeBeforeYear
public static ErrorMessageFactory shouldBeBeforeYear(Date actual, int year, ComparisonStrategy comparisonStrategy) Creates a new.ShouldBeBeforeYear- Parameters:
actual- the actual value in the failed assertion.year- the year to compare the actual date's year to.comparisonStrategy- theComparisonStrategyused.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeBeforeYear
Creates a new.ShouldBeBeforeYear- Parameters:
actual- the actual value in the failed assertion.year- the year to compare the actual date's year to.- Returns:
- the created
ErrorMessageFactory.
-