Package org.fest.assertions.api

Class Summary
AbstractAssert<S,A> Base class for all assertions.
AbstractComparableAssert<S,A extends Comparable<A>> Base class for all implementations of ComparableAssert.
AbstractIterableAssert<S,A extends Iterable<?>> Base class for implementations of ObjectEnumerableAssert whose actual value type is Collection.
AbstractUnevenComparableAssert<S,A extends Comparable<A>> Base class for all implementations of UnevenComparableAssert.
Assertions Entry point for assertion methods for different data types.
BigDecimalAssert Assertion methods for BigDecimals.
BooleanArrayAssert Assertion methods for arrays of booleans.
BooleanAssert Assertion methods for bytes.
ByteArrayAssert Assertion methods for arrays of bytes.
ByteAssert Assertion methods for bytes.
CharacterAssert Assertion methods for characters.
CharArrayAssert Assertion methods for arrays of chars.
DateAssert Assertions for Dates.
DoubleArrayAssert Assertion methods for arrays of doubles.
DoubleAssert Assertion methods for doubles.
Fail Common failures.
FileAssert Assertion methods for Files.
FloatArrayAssert Assertion methods for arrays of floats.
FloatAssert Assertion methods for floats.
ImageAssert Assertion methods for images.
InputStreamAssert Assertion methods for InputStreams.
IntArrayAssert Assertion methods for arrays of ints.
IntegerAssert Assertion methods for integers.
IterableAssert Assertion methods for Iterable.
ListAssert Assertion methods for Lists.
LongArrayAssert Assertion methods for arrays of longs.
LongAssert Assertion methods for longs.
MapAssert Assertions for Maps.
ObjectArrayAssert Assertion methods for arrays of objects.
ObjectAssert Assertion methods for Objects.
ShortArrayAssert Assertion methods for arrays of shorts.
ShortAssert Assertion methods for shorts.
StringAssert Assertion methods for Strings.
ThrowableAssert Assertion methods for Throwables.
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.