public class ShouldBeEqualWithStartPoint
extends org.assertj.core.error.BasicErrorMessageFactory
| Constructor and Description |
|---|
ShouldBeEqualWithStartPoint(Object actual,
Object expected)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldBeEqualWithStartPoint()
Creates a new
. |
static org.assertj.core.error.ErrorMessageFactory |
shouldBeEqualWithStartPoint(Object actual,
Object expected)
Creates a new
. |
public static org.assertj.core.error.ErrorMessageFactory shouldBeEqualWithStartPoint(Object actual, Object expected)
ShouldBeEqualWithStartPoint.actual - The actual value in the failed assertion.expected - The expected value to compare to.ErrorMessageFactory.public static org.assertj.core.error.ErrorMessageFactory shouldBeEqualWithStartPoint()
ShouldBeEqualWithStartPoint.ErrorMessageFactory.Copyright © 2015–2017 AssertJ. All rights reserved.