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
  • Constructor Details

    • ShouldBeEqualWithStartPoint

      public ShouldBeEqualWithStartPoint(Object actual, Object expected)
      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)
      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()
      Returns:
      the created ErrorMessageFactory.