Modifier and Type | Class and Description |
---|---|
class |
BigDecimalAssert
Assertions for
s. |
class |
ByteAssert
Assertions for
Byte s and byte s. |
class |
DoubleAssert
Assertions for
Double s and double s. |
class |
FloatAssert
Assertions for
Float s and float s. |
class |
IntAssert
Assertions for
Integer s and int s. |
class |
LongAssert
Assertions for
Long s and long s. |
class |
ShortAssert
Assertions for
Short s and short s. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.