Class 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
    • Constructor Detail

      • ShouldBeEqualIgnoringHours

        private ShouldBeEqualIgnoringHours​(Object actual,
                                           Object other)
    • Method Detail

      • 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.