Package org.assertj.core.error
Class ShouldBePrimitive
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBePrimitive
- All Implemented Interfaces:
ErrorMessageFactory
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
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic BasicErrorMessageFactoryshouldBePrimitive(Class<?> actual) Creates a new instance of.ShouldBePrimitiveMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBePrimitive
Creates a new instance of.ShouldBePrimitive- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-