Uses of Interface
org.fest.assertions.core.Descriptable

Packages that use Descriptable
org.fest.assertions.api   
org.fest.assertions.condition   
org.fest.assertions.core   
 

Uses of Descriptable in org.fest.assertions.api
 

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

Uses of Descriptable in org.fest.assertions.condition
 

Classes in org.fest.assertions.condition that implement Descriptable
 class AllOf<T>
          Returns true if all of the joined conditions is satisfied.
 class AnyOf<T>
          Returns true if any of the joined conditions is satisfied.
 class DoesNotHave<T>
          Returns true if the condition is not satisfied.
 class Join<T>
          Join of two or more Conditions.
 class Negative<T>
          Inverse the condition.
 class Not<T>
          Returns true if the condition is not satisfied.
 

Uses of Descriptable in org.fest.assertions.core
 

Subinterfaces of Descriptable in org.fest.assertions.core
 interface 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
 class Condition<T>
          A condition to be met by an object.
 



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