Package org.fest.assertions.core
package org.fest.assertions.core
-
ClassDescriptionArraySortedAssert<S,
E> Assertions applicable to primitive arrays or arrays of elements either naturallyComparable
or according to a givenComparator
.Assert<S,A> Base contract of all assertion objects: the minimum functionality that any assertion object should provide.Information about an assertion.ComparableAssert<S,A extends Comparable<? super A>> Assertion methods applicable to
s.Comparable
Condition<T>A condition to be met by an object.Descriptable<S>An object that has a description.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.Number
Assertions methods applicable to indexed groups of objects (e.g.NumberAssert<T extends Number>Assertion methods applicable to
s.Number
Assertions methods applicable to groups of objects (e.g.UnevenComparableAssert<S,T extends Comparable<? super T>> Assertion methods applicable to
s whose implementation ofComparable
compareTo
is not consistent with their implementation ofequals
(e.g.Writable information about an assertion.