Package org.assertj.core.error
Class ShouldBePrimitive
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.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.
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldBePrimitive(java.lang.Class<?> actual)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BasicErrorMessageFactory
shouldBePrimitive(java.lang.Class<?> actual)
Creates a new instance of
.ShouldBePrimitive
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
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
.
-
-