-
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.
LongArrayAssert.contains(long... values)
Verifies that the actual long array contains the given values.
Verifies that the actual long array contains the given values only.
Verifies that the actual long array does not satisfy the given condition.
LongArrayAssert.excludes(long... values)
Verifies that the actual long array does not contain the given values.
LongArrayAssert.hasSize(int expected)
Verifies that the number of elements in the actual long array is equal to the given one.
Verifies that the actual long array is equal to the given array.
Verifies that the actual long array contains at least on element.
Verifies that the actual long array is not equal to the given array.
Verifies that the actual long array is not null.
Verifies that the actual long array is not the same as the given array.
LongArrayAssert.isSameAs(long[] expected)
Verifies that the actual long array is the same as the given array.
Replaces the default message displayed in case of a failure with the given one.
Verifies that the actual long array satisfies the given condition.