public class ShouldBeEqualIgnoringMillis
extends org.assertj.core.error.BasicErrorMessageFactory
DateTime have same year, month,
day, hour, minute and second failed.| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldBeEqualIgnoringMillis(Object actual,
Object other)
Creates a new
ShouldBeEqualIgnoringMillis. |
public static org.assertj.core.error.ErrorMessageFactory shouldBeEqualIgnoringMillis(Object actual, Object other)
ShouldBeEqualIgnoringMillis.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.