public class ShouldBeEqualIgnoringHours
extends org.assertj.core.error.BasicErrorMessageFactory
DateTime have same year, month,
and day fields failed.| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldBeEqualIgnoringHours(Object actual,
Object other)
Creates a new
ShouldBeEqualIgnoringHours. |
public static org.assertj.core.error.ErrorMessageFactory shouldBeEqualIgnoringHours(Object actual, Object other)
ShouldBeEqualIgnoringHours.actual - the actual value in the failed assertion.other - the value used in the failed assertion to compare the actual value to.ErrorMessageFactory.Copyright © 2013 AssertJ. All Rights Reserved.