Class ShouldNotBePrimitive

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

public class ShouldNotBePrimitive extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a class is (or not) a primitive data type, i.e, byte, short, int, long, float, double, char and boolean.
Author:
Manuel Gutierrez
  • Method Details

    • shouldNotBePrimitive

      public static BasicErrorMessageFactory shouldNotBePrimitive(Class<?> actual)
      Creates a new instance of ShouldNotBePrimitive.
      Parameters:
      actual - the actual value in the failed assertion.
      Returns:
      the created ErrorMessageFactory.