public class ShouldBeBeforeOrEqualsTo
extends org.assertj.core.error.BasicErrorMessageFactory
Date is before or equals to another one
failed.| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldBeBeforeOrEqualsTo(Object actual,
Object other)
Creates a new
ShouldBeBeforeOrEqualsTo. |
static org.assertj.core.error.ErrorMessageFactory |
shouldBeBeforeOrEqualsTo(Object actual,
Object other,
org.assertj.core.internal.ComparisonStrategy comparisonStrategy)
Creates a new
ShouldBeBeforeOrEqualsTo. |
public static org.assertj.core.error.ErrorMessageFactory shouldBeBeforeOrEqualsTo(Object actual, Object other, org.assertj.core.internal.ComparisonStrategy comparisonStrategy)
ShouldBeBeforeOrEqualsTo.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 shouldBeBeforeOrEqualsTo(Object actual, Object other)
ShouldBeBeforeOrEqualsTo.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.