Package | Description |
---|---|
org.fest.assertions.api | |
org.fest.assertions.core |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalAssert
Assertion methods for
s. |
class |
ByteAssert
Assertion methods for bytes.
|
class |
DoubleAssert
Assertion methods for doubles.
|
class |
FloatAssert
Assertion methods for floats.
|
class |
IntegerAssert
Assertion methods for integers.
|
class |
LongAssert
Assertion methods for longs.
|
class |
ShortAssert
Assertion methods for shorts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FloatingPointNumberAssert<T extends Number>
Assertion methods applicable to floating-point
s. |
Modifier and Type | Method and Description |
---|---|
NumberAssert<T> |
NumberAssert.isNegative()
Verifies that the actual value is negative.
|
NumberAssert<T> |
NumberAssert.isNotNegative()
Verifies that the actual value is non negative (positive or equal zero).
|
NumberAssert<T> |
NumberAssert.isNotPositive()
Verifies that the actual value is non positive (negative or equal zero).
|
NumberAssert<T> |
NumberAssert.isNotZero()
Verifies that the actual value is not equal to zero.
|
NumberAssert<T> |
NumberAssert.isPositive()
Verifies that the actual value is positive.
|
NumberAssert<T> |
NumberAssert.isZero()
Verifies that the actual value is equal to zero.
|
Copyright © 2007–2014. All rights reserved.