|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NumberAssert in org.fest.assertions |
|---|
| Classes in org.fest.assertions that implement NumberAssert | |
|---|---|
class |
BigDecimalAssert
Assertions for s. |
class |
ByteAssert
Assertions for Bytes and bytes. |
class |
DoubleAssert
Assertions for Doubles and doubles. |
class |
FloatAssert
Assertions for Floats and floats. |
class |
IntAssert
Assertions for Integers and ints. |
class |
LongAssert
Assertions for Longs and longs. |
class |
ShortAssert
Assertions for Shorts and shorts. |
| Methods in org.fest.assertions that return NumberAssert | |
|---|---|
NumberAssert |
NumberAssert.isNegative()
Verifies that the actual number is negative. |
NumberAssert |
NumberAssert.isPositive()
Verifies that the actual number is positive. |
NumberAssert |
NumberAssert.isZero()
Verifies that the actual number is equal to zero. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||