Uses of Interface
org.fest.assertions.core.Descriptable
Packages that use Descriptable
-
Uses of Descriptable in org.fest.assertions.api
Classes in org.fest.assertions.api that implement DescriptableModifier and TypeClassDescriptionclass
AbstractAssert<S extends AbstractAssert<S,
A>, A> Base class for all assertions.class
AbstractComparableAssert<S extends AbstractComparableAssert<S,
A>, A extends Comparable<? super A>> Base class for all implementations of
.ComparableAssert
class
AbstractIterableAssert<S extends AbstractIterableAssert<S,
A, T>, A extends Iterable<T>, T> Base class for implementations of
whose actual value type isObjectEnumerableAssert
.Collection
class
AbstractUnevenComparableAssert<S extends AbstractUnevenComparableAssert<S,
A>, A extends Comparable<? super A>> Base class for all implementations of
.UnevenComparableAssert
class
Assertion methods for
s.BigDecimal
class
Assertion methods for arrays ofboolean
s.class
Assertion methods for bytes.class
Assertion methods for arrays ofbyte
s.class
Assertion methods for bytes.class
Assertion methods for characters.class
Assertion methods for arrays ofchar
s.class
Assertions forDate
s.class
Assertion methods for arrays ofdouble
s.class
Assertion methods for doubles.class
Assertion methods for
s.File
class
Assertion methods for arrays offloat
s.class
Assertion methods for floats.class
Assertion methods for
s.InputStream
class
Assertion methods for arrays ofint
s.class
Assertion methods for integers.class
Assertion methods forIterable
.class
ListAssert<T>
Assertion methods for
s.List
class
Assertion methods for arrays oflong
s.class
Assertion methods for longs.class
MapAssert<K,
V> Assertions for
s.Map
class
Assertion methods for arrays of objects.class
ObjectAssert<T>
Assertion methods forObject
s.class
Assertion methods for arrays ofshort
s.class
Assertion methods for shorts.class
Assertion methods forString
s.class
Assertion methods for
s.Throwable
-
Uses of Descriptable in org.fest.assertions.condition
Classes in org.fest.assertions.condition that implement DescriptableModifier and TypeClassDescriptionclass
AllOf<T>
Returnstrue
if all of the joined conditions is satisfied.class
AnyOf<T>
Returnstrue
if any of the joined conditions is satisfied.class
DoesNotHave<T>
Returnstrue
if the condition is not satisfied.class
Join<T>
Join of two or more
s.Condition
class
Negative<T>
Inverse the condition.class
Not<T>
Returnstrue
if the condition is not satisfied. -
Uses of Descriptable in org.fest.assertions.core
Subinterfaces of Descriptable in org.fest.assertions.coreModifier and TypeInterfaceDescriptioninterface
Assert<S,
A> Base contract of all assertion objects: the minimum functionality that any assertion object should provide.Classes in org.fest.assertions.core that implement Descriptable