Package | Description |
---|---|
org.fest.assertions.api | |
org.fest.assertions.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComparableAssert<S extends AbstractComparableAssert<S,A>,A extends java.lang.Comparable<? super A>>
Base class for all implementations of
. |
class |
AbstractUnevenComparableAssert<S extends AbstractUnevenComparableAssert<S,A>,A extends java.lang.Comparable<? super A>>
Base class for all implementations of
. |
class |
BigDecimalAssert
Assertion methods for
s. |
class |
ByteAssert
Assertion methods for bytes.
|
class |
CharacterAssert
Assertion methods for characters.
|
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 |
UnevenComparableAssert<S,T extends java.lang.Comparable<? super T>>
Assertion methods applicable to
s whose implementation of compareTo is not consistent
with their implementation of equals (e.g. |
Copyright © 2007–2018. All rights reserved.