Class ShouldBeValueTypeOfAnyWithStartPoint

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.db.error.ShouldBeValueTypeOfAnyWithStartPoint
All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory

public class ShouldBeValueTypeOfAnyWithStartPoint extends org.assertj.core.error.BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a value is of any types.
Author:
Régis Pouiller
  • Method Details

    • shouldBeValueTypeOfAnyWithStartPoint

      public static org.assertj.core.error.ErrorMessageFactory shouldBeValueTypeOfAnyWithStartPoint(Value actual, ValueType tested, ValueType... expected)
      Parameters:
      actual - The actual value in the failed assertion.
      tested - The tested type.
      expected - The expected types.
      Returns:
      the created ErrorMessageFactory.