| Interface | Description |
|---|---|
| ArraySortedAssert<S,E> |
Assertions applicable to primitive arrays or arrays of elements either naturally
Comparable or according to a given
Comparator. |
| Assert<S,A> |
Base contract of all assertion objects: the minimum functionality that any assertion object should provide.
|
| AssertionInfo |
Information about an assertion.
|
| ComparableAssert<S,A extends Comparable<? super A>> |
Assertion methods applicable to
s. |
| Descriptable<S> |
An object that has a description.
|
| EnumerableAssert<S extends EnumerableAssert<S,T>,T> |
Assertions applicable to groups of values that can be enumerated (e.g.
|
| ExtensionPoints<S,A> |
Mechanism for extending assertion classes.
|
| FloatingPointNumberAssert<T extends Number> |
Assertion methods applicable to floating-point
s. |
| IndexedObjectEnumerableAssert<S extends IndexedObjectEnumerableAssert<S,T>,T> |
Assertions methods applicable to indexed groups of objects (e.g.
|
| NumberAssert<T extends Number> |
Assertion methods applicable to
s. |
| ObjectEnumerableAssert<S extends ObjectEnumerableAssert<S,T>,T> |
Assertions methods applicable to groups of objects (e.g.
|
| UnevenComparableAssert<S,T extends Comparable<? super T>> |
Assertion methods applicable to
s whose implementation of compareTo is not consistent
with their implementation of equals (e.g. |
| Class | Description |
|---|---|
| AbstractAssert<S extends AbstractAssert<S,A>,A> |
Base class for all assertions.
|
| AbstractComparableAssert<S extends AbstractComparableAssert<S,A>,A extends Comparable<? super A>> |
Base class for all implementations of
. |
| AbstractIterableAssert<S extends AbstractIterableAssert<S,A,T>,A extends Iterable<T>,T> |
Base class for implementations of
whose actual value type is
. |
| AbstractUnevenComparableAssert<S extends AbstractUnevenComparableAssert<S,A>,A extends Comparable<? super A>> |
Base class for all implementations of
. |
| Assertions |
Entry point for assertion methods for different data types.
|
| BigDecimalAssert |
Assertion methods for
s. |
| 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. |
| Condition<T> |
A condition to be met by an object.
|
| DateAssert |
Assertions for
Dates. |
| DoubleArrayAssert |
Assertion methods for arrays of
doubles. |
| DoubleAssert |
Assertion methods for doubles.
|
| Fail |
Common failures.
|
| FileAssert |
Assertion methods for
s. |
| FloatArrayAssert |
Assertion methods for arrays of
floats. |
| FloatAssert |
Assertion methods for floats.
|
| InputStreamAssert |
Assertion methods for
s. |
| IntArrayAssert |
Assertion methods for arrays of
ints. |
| IntegerAssert |
Assertion methods for integers.
|
| IterableAssert<T> |
Assertion methods for
Iterable. |
| ListAssert<T> |
Assertion methods for
s. |
| LongArrayAssert |
Assertion methods for arrays of
longs. |
| LongAssert |
Assertion methods for longs.
|
| MapAssert<K,V> |
Assertions for
s. |
| ObjectArrayAssert<T> |
Assertion methods for arrays of objects.
|
| ObjectAssert<T> |
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
s. |
| WritableAssertionInfo |
Writable information about an assertion.
|
Copyright © 2013 AssertJ. All Rights Reserved.