Package org.assertj.core.error
Class ShouldBeAnArray
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeAnArray
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that a group of elements should have been an array.
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldBeAnArray
(Object object) Creates a new instance of
.ShouldBeAnArray
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldBeAnArray
-
-
Method Details
-
shouldBeAnArray
Creates a new instance of
.ShouldBeAnArray
- Parameters:
object
- the object value in the failed assertion.- Returns:
- the created of
ErrorMessageFactory
.
-