|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ByteAssert in org.fest.assertions |
---|
Methods in org.fest.assertions that return ByteAssert | |
---|---|
ByteAssert |
ByteAssert.as(Description description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
ByteAssert |
ByteAssert.as(String description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
static ByteAssert |
Assertions.assertThat(byte actual)
Creates a new instance of . |
static ByteAssert |
Assertions.assertThat(Byte actual)
Creates a new instance of . |
ByteAssert |
ByteAssert.describedAs(Description description)
Alias for , since "as" is a keyword in
Groovy. |
ByteAssert |
ByteAssert.describedAs(String description)
Alias for , since "as" is a keyword in
Groovy. |
ByteAssert |
ByteAssert.isEqualTo(byte expected)
Verifies that the actual byte value is equal to the given one. |
ByteAssert |
ByteAssert.isGreaterThan(byte other)
Verifies that the actual byte value is greater than the given one. |
ByteAssert |
ByteAssert.isGreaterThanOrEqualTo(byte other)
Verifies that the actual byte value is greater or equal to the given one. |
ByteAssert |
ByteAssert.isLessThan(byte other)
Verifies that the actual byte value is less than the given one. |
ByteAssert |
ByteAssert.isLessThanOrEqualTo(byte other)
Verifies that the actual byte value is less or equal to the given one. |
ByteAssert |
ByteAssert.isNegative()
Verifies that the actual byte value is negative. |
ByteAssert |
ByteAssert.isNotEqualTo(byte other)
Verifies that the actual byte value is not equal to the given one. |
ByteAssert |
ByteAssert.isPositive()
Verifies that the actual byte value is positive. |
ByteAssert |
ByteAssert.isZero()
Verifies that the actual byte value is equal to zero. |
ByteAssert |
ByteAssert.overridingErrorMessage(String message)
Replaces the default message displayed in case of a failure with the given one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |