Class ShouldBePrimitive

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldBePrimitive
    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

      • ShouldBePrimitive

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

      • shouldBePrimitive

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