ObjectArrayAssert.as(String description)
Sets the description of the actual value, to be used in as message of any
AssertionError
thrown when an assertion fails.
Sets the description of the actual value, to be used in as message of any
AssertionError
thrown when an assertion fails.
Verifies that the actual Object
array contains the given objects.
Verifies that the actual Object
array contains the given objects only.
Verifies that the actual Object
array does not have duplicates.
Verifies that the actual Object
array does not satisfy the given condition.
Verifies that the actual Object
array does not contain the given objects.
Verifies that all the elements in the actual Object
array belong to the specified type.
Verifies that at least one element in the actual Object
array belong to the specified type.
ObjectArrayAssert.hasSize(int expected)
Verifies that the number of elements in the actual Object
array is equal to the given one.
Verifies that the actual Object
array is equal to the given array.
Verifies that the actual Object
array contains at least on element.
Verifies that the actual Object
array is not equal to the given array.
Verifies that the actual Object
array is not null
.
Verifies that the actual Object
array is not the same as the given array.
Verifies that the actual Object
array is the same as the given array.
Creates a new instance of
ObjectArrayAssert
whose target array contains the values of the
given property name from the elements of this
ObjectArrayAssert
's array.
Replaces the default message displayed in case of a failure with the given one.
Verifies that the actual Object
array satisfies the given condition.