|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NumberAssert in org.fest.assertions |
---|
Classes in org.fest.assertions that implement NumberAssert | |
---|---|
class |
BigDecimalAssert
Understands assertion methods for . |
class |
ByteAssert
Understands assertion methods for byte s. |
class |
DoubleAssert
Understands Assertion methods for Double . |
class |
FloatAssert
Understands assertion methods for float s. |
class |
IntAssert
Understands assert method for int s. |
class |
LongAssert
Understands assertion methods for long s. |
class |
ShortAssert
Understands assertion methods for short s. |
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 |