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