Package org.assertj.core.error
Class ShouldBeEqualWithTimePrecision
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeEqualWithTimePrecision
- All Implemented Interfaces:
ErrorMessageFactory
Creates an
AssertionError indicating that an assertion that verifies that two dates are equals
up to a given precision failed.- Author:
- William Delanoue, Joel Costigliola
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeEqual(Date actual, Date expected, TimeUnit precision) Creates a new.ShouldBeEqualWithTimePrecisionMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBeEqual
Creates a new.ShouldBeEqualWithTimePrecision- Parameters:
actual- the actual value in the failed assertion.expected- the expected value in the failed assertion.precision- theTimeUnitused to compare actual with expected.- Returns:
- the created
AssertionErrorFactory.
-