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