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