-
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
Map
does not satisfy the given condition.
Verifies that the actual
Map
does not contain the given entries.
Verifies that the number of elements in the actual
Map
is equal to the given one.
Verifies that the actual
Map
contains the given entries.
Verifies that the actual
Map
is equal to the given one.
Verifies that the actual
Map
contains at least on element.
Verifies that the actual
Map
is not equal to the given one.
Verifies that the actual
Map
is not
null
.
Verifies that the actual
Map
is not the same as the given one.
Verifies that the actual
Map
is the same as the given one.
Replaces the default message displayed in case of a failure with the given one.
Verifies that the actual
Map
satisfies the given condition.