Class ShouldBeEqualIgnoringHours

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeEqualIgnoringHours
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldBeEqualIgnoringHours extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that two ZonedDateTime have same year, month, and day fields failed.
Author:
Joel Costigliola
  • Method Details

    • shouldBeEqualIgnoringHours

      public static ErrorMessageFactory shouldBeEqualIgnoringHours(Object actual, Object other)
      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.