|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ByteAssert in org.fest.assertions |
|---|
| Methods in org.fest.assertions that return ByteAssert | |
|---|---|
static ByteAssert |
Assertions.assertThat(byte actual)
Creates a new instance of . |
static ByteAssert |
Assertions.assertThat(Byte actual)
Creates a new instance of . |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||