Class 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.
    • Constructor Detail

      • ShouldNotBePrimitive

        private ShouldNotBePrimitive​(java.lang.Class<?> actual)
    • Method Detail

      • shouldNotBePrimitive

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