Uses of Class
org.fest.assertions.api.ShortAssert
Packages that use ShortAssert
-
Uses of ShortAssert in org.fest.assertions.api
Methods in org.fest.assertions.api that return ShortAssertModifier and TypeMethodDescriptionstatic ShortAssert
Assertions.assertThat
(short actual) Creates a new instance of
.ShortAssert
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.isGreaterThan
(short other) Verifies that the actual value is greater than the given one.ShortAssert.isGreaterThanOrEqualTo
(short other) Verifies that the actual value is greater than or equal to the given one.ShortAssert.isLessThan
(short other) Verifies that the actual value is less than the given one.ShortAssert.isLessThanOrEqualTo
(short other) Verifies that the actual value is less than or equal to the given one.ShortAssert.isNegative()
Verifies that the actual value is negative.ShortAssert.isNotEqualTo
(short other) Verifies that the actual value is not equal to the given one.ShortAssert.isNotNegative()
Verifies that the actual value is non negative (positive or equal zero).ShortAssert.isNotPositive()
Verifies that the actual value is non positive (negative or equal zero).ShortAssert.isNotZero()
Verifies that the actual value is not equal to zero.ShortAssert.isPositive()
Verifies that the actual value is positive.ShortAssert.isZero()
Verifies that the actual value is equal to zero.ShortAssert.usingComparator
(Comparator<? super Short> customComparator) ShortAssert.usingDefaultComparator()