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