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 String
contains the given one.
Verifies that the actual String
contains the given text regardless of the case.
Verifies that the actual String
does not contain the given text.
Verifies that the actual String
does not match the given one.
Verifies that the actual String
does not satisfy the given condition.
Verifies that the actual String
ends with the given one.
Verifies that the actual String
does not contains the given one.
Verifies that the number of characters in the actual String
is equal to the given one.
Verifies that the actual String
is equal to the given one.
Verifies that the actual String
is equal to the given one ignoring case.
Verifies that the actual String
contains at least on character.
Verifies that the actual String
is not equal to the given one.
Verifies that the actual String
is not null
.
Verifies that the actual String
is not the same as the given one.
Verifies that the actual String
is the same as the given one.
Verifies that the actual String
matches the given one.
Replaces the default message displayed in case of a failure with the given one.
Verifies that the actual String
satisfies the given condition.
Verifies that the actual String
starts with the given one.