Package org.assertj.db.error
Class ShouldBeEqualWithStartPoint
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.db.error.ShouldBeEqualWithStartPoint
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class ShouldBeEqualWithStartPoint
extends org.assertj.core.error.BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a value at start point is equal to another value.
- Author:
- Régis Pouiller
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.assertj.core.error.ErrorMessageFactoryCreates a new.ShouldBeEqualWithStartPointstatic org.assertj.core.error.ErrorMessageFactoryshouldBeEqualWithStartPoint(Object actual, Object expected) Creates a new.ShouldBeEqualWithStartPointMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldBeEqualWithStartPoint
Constructor.- Parameters:
actual- The actual value in the failed assertion.expected- The expected value to compare to.
-
-
Method Details
-
shouldBeEqualWithStartPoint
public static org.assertj.core.error.ErrorMessageFactory shouldBeEqualWithStartPoint(Object actual, Object expected) Creates a new.ShouldBeEqualWithStartPoint- Parameters:
actual- The actual value in the failed assertion.expected- The expected value to compare to.- Returns:
- the created
ErrorMessageFactory.
-
shouldBeEqualWithStartPoint
public static org.assertj.core.error.ErrorMessageFactory shouldBeEqualWithStartPoint()Creates a new.ShouldBeEqualWithStartPoint- Returns:
- the created
ErrorMessageFactory.
-