public class ShouldBeAfter
extends org.assertj.core.error.BasicErrorMessageFactory
Date is after another one failed.| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldBeAfter(Object actual,
Object other)
Creates a new
ShouldBeAfter. |
static org.assertj.core.error.ErrorMessageFactory |
shouldBeAfter(Object actual,
Object other,
org.assertj.core.internal.ComparisonStrategy comparisonStrategy)
Creates a new
ShouldBeAfter. |
public static org.assertj.core.error.ErrorMessageFactory shouldBeAfter(Object actual, Object other, org.assertj.core.internal.ComparisonStrategy comparisonStrategy)
ShouldBeAfter.actual - the actual value in the failed assertion.other - the value used in the failed assertion to compare the actual value to.comparisonStrategy - the ComparisonStrategy used to evaluate assertion.ErrorMessageFactory.public static org.assertj.core.error.ErrorMessageFactory shouldBeAfter(Object actual, Object other)
ShouldBeAfter.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.