Package org.assertj.core.error
Class ShouldBeEqualIgnoringTimezone
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeEqualIgnoringTimezone
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that two
OffsetTime have same
time fields except the timezone.- Author:
- Alexander Bischof
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeEqualIgnoringTimezone(OffsetDateTime actual, OffsetDateTime other) Creates a new.ShouldBeEqualIgnoringTimezonestatic ErrorMessageFactoryshouldBeEqualIgnoringTimezone(OffsetTime actual, OffsetTime other) Creates a new.ShouldBeEqualIgnoringTimezoneMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBeEqualIgnoringTimezone
public static ErrorMessageFactory shouldBeEqualIgnoringTimezone(OffsetTime actual, OffsetTime other) Creates a new.ShouldBeEqualIgnoringTimezone- Parameters:
actual- the actual value in the failed assertion.other- the value used in the failed assertion to compare the actual value to.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeEqualIgnoringTimezone
public static ErrorMessageFactory shouldBeEqualIgnoringTimezone(OffsetDateTime actual, OffsetDateTime other) Creates a new.ShouldBeEqualIgnoringTimezone- Parameters:
actual- the actual value in the failed assertion.other- the value used in the failed assertion to compare the actual value to.- Returns:
- the created
ErrorMessageFactory.
-