public class ShouldBeEqualIgnoringMinutes
extends org.assertj.core.error.BasicErrorMessageFactory
DateTime have same year, month,
day and hour fields failed.| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldBeEqualIgnoringMinutes(Object actual,
Object other)
Creates a new
ShouldBeEqualIgnoringMinutes. |
public static org.assertj.core.error.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 © 2013 AssertJ. All Rights Reserved.