-
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
Character
does not satisfy the given condition.
Verifies that the Character
value is equal to the given one.
Verifies that the actual
Character
value is equal to the given one.
Verifies that the Character
value is greater than the given one.
Verifies that the Character
value is greater or equal to the given one.
Verifies that the Character
value is less than the given one.
Verifies that the Character
value is less or equal to the given one.
Verifies that the Character
value is an lower-case value.
Verifies that the Character
value is not equal to the given one.
Verifies that the actual
Character
is not equal to the given one.
Verifies that the actual
Character
is not
null
.
Verifies that the actual
Character
is not the same object as the given one.
Verifies that the actual
Character
is the same object as the given one.
Verifies that the Character
value is an upper-case value.
Replaces the default message displayed in case of a failure with the given one.
Verifies that the actual
Character
satisfies the given condition.