Class ConditionAndGroupGenericParameterTypeShouldBeTheSame

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

public class ConditionAndGroupGenericParameterTypeShouldBeTheSame extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies type of elements of group and Condition A group of elements can be a collection, an array.
Author:
Nicolas François, Mikhail Mazursky
  • Constructor Details

    • ConditionAndGroupGenericParameterTypeShouldBeTheSame

      public ConditionAndGroupGenericParameterTypeShouldBeTheSame(Object actual, Condition<?> condition)
  • Method Details