Class ShouldBeInSameSecondWindow

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldBeInSameSecondWindow
    extends BasicErrorMessageFactory
    Creates an error message indicating that an assertion that verifies that a Date is in second window as another one failed.
    • Constructor Detail

      • ShouldBeInSameSecondWindow

        private ShouldBeInSameSecondWindow​(java.util.Date actual,
                                           java.util.Date other)
    • Method Detail

      • shouldBeInSameSecondWindow

        public static ErrorMessageFactory shouldBeInSameSecondWindow​(java.util.Date actual,
                                                                     java.util.Date other)