public class ShouldBeEqualIgnoringMinutes extends BasicErrorMessageFactory
ZonedDateTime have same year,
month, day and hour fields failed.arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeEqualIgnoringMinutes(Object actual,
Object other)
Creates a new
. |
create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldBeEqualIgnoringMinutes(Object actual, Object other)
ShouldBeEqualIgnoringMinutes.actual - the actual value in the failed assertion.other - the value used in the failed assertion to compare the actual value to.ErrorMessageFactory.Copyright © 2014-2015 AssertJ. All Rights Reserved.