|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortAssert | |
---|---|
org.fest.assertions.api |
Uses of ShortAssert in org.fest.assertions.api |
---|
Methods in org.fest.assertions.api that return ShortAssert | |
---|---|
static ShortAssert |
Assertions.assertThat(short actual)
Creates a new instance of . |
static ShortAssert |
Assertions.assertThat(Short actual)
Creates a new instance of . |
ShortAssert |
ShortAssert.isEqualTo(short expected)
Verifies that the actual value is equal to the given one. |
ShortAssert |
ShortAssert.isGreaterThan(short other)
Verifies that the actual value is greater than the given one. |
ShortAssert |
ShortAssert.isGreaterThanOrEqualTo(short other)
Verifies that the actual value is greater than or equal to the given one. |
ShortAssert |
ShortAssert.isLessThan(short other)
Verifies that the actual value is less than the given one. |
ShortAssert |
ShortAssert.isLessThanOrEqualTo(short other)
Verifies that the actual value is less than or equal to the given one. |
ShortAssert |
ShortAssert.isNegative()
Verifies that the actual value is negative. |
ShortAssert |
ShortAssert.isNotEqualTo(short other)
Verifies that the actual value is not equal to the given one. |
ShortAssert |
ShortAssert.isNotZero()
Verifies that the actual value is not equal to zero. |
ShortAssert |
ShortAssert.isPositive()
Verifies that the actual value is positive. |
ShortAssert |
ShortAssert.isZero()
Verifies that the actual value is equal to zero. |
ShortAssert |
ShortAssert.usingComparator(Comparator<?> customComparator)
|
ShortAssert |
ShortAssert.usingDefaultComparator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |